Skip to content

Commit 3c88ca4

Browse files
renovate[bot]TheMeinerLP
authored andcommitted
Update actions/checkout action to v6
1 parent f21f6aa commit 3c88ca4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2525

2626
- name: Setup Java
2727
uses: actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
private-key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
2525

2626
- name: Checkout repository
27-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828
with:
2929
fetch-depth: 0
3030
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)