Skip to content

Commit

Permalink
ci(actions/checkout): update action to v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 65f22ad commit 85a1126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# https://github.com/marketplace?type=actions
steps:
- name: Checkout project
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Setup JVM ${{ matrix.jvm }}
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jmh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout project
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Setup JVM ${{ matrix.jvm }}
uses: actions/[email protected]
Expand Down

0 comments on commit 85a1126

Please sign in to comment.