Skip to content

Commit ce57d3a

Browse files
renovate[bot]hypery2k
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent d3556d4 commit ce57d3a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v5
42+
uses: actions/checkout@v6
4343

4444
- name: Setup Java JDK
4545
uses: actions/setup-java@v5

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Build
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
3030

3131
- name: Set up JDK 17
3232
uses: actions/setup-java@v5

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
private-key: ${{ secrets.CI_PRIVATE_KEY }}
2828

2929
- name: Checkout
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)