Skip to content

Commit 7c83460

Browse files
renovate-botvlsi
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent faa8516 commit 7c83460

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/gradle-dependency-submit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
contents: write
1919
steps:
2020
- name: Checkout sources
21-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
with:
2323
persist-credentials: false
2424
- name: Set up JDK 21

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v5
9+
- uses: actions/checkout@v6
1010
- uses: gradle/actions/wrapper-validation@v5

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Number of jobs to generate in matrix.js
2828
MATRIX_JOBS: 4
2929
steps:
30-
- uses: actions/checkout@v5
30+
- uses: actions/checkout@v6
3131
- id: set-matrix
3232
run: |
3333
node .github/workflows/matrix.js
@@ -43,7 +43,7 @@ jobs:
4343
fail-fast: false
4444
# max-parallel: 4
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 50
4949
- name: Set up Java ${{ matrix.java_version }}, oracle
@@ -92,7 +92,7 @@ jobs:
9292
name: 'Error Prone (JDK 21)'
9393
runs-on: ubuntu-latest
9494
steps:
95-
- uses: actions/checkout@v5
95+
- uses: actions/checkout@v6
9696
- name: 'Set up JDK 21'
9797
uses: actions/setup-java@v5
9898
with:

0 commit comments

Comments
 (0)