Skip to content

Commit

Permalink
ci(actions/checkout): update action to v4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and guicamest committed May 21, 2024
1 parent fb71486 commit e88a37d
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].5
uses: actions/[email protected].6

- 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].5
uses: actions/[email protected].6

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

0 comments on commit e88a37d

Please sign in to comment.