Skip to content

Commit

Permalink
ci(actions/checkout): update action to v4.1.1 (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent 2c4c98a commit f03cf56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-n-verify-k2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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
4 changes: 2 additions & 2 deletions .github/workflows/build-n-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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 Expand Up @@ -54,7 +54,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 f03cf56

Please sign in to comment.