Skip to content

Commit 7520ab0

Browse files
chore(deps): update actions/checkout action to v6
1 parent b82d8ab commit 7520ab0

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636
- name: Get Fetch Tags

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313
- name: Get Fetch Tags
@@ -40,7 +40,7 @@ jobs:
4040
- jdk: 'openjdk-17-jdk'
4141
ubuntu: '18.04'
4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v6
4444
with:
4545
fetch-depth: 0
4646
- name: mkdirs
@@ -62,7 +62,7 @@ jobs:
6262
matrix:
6363
jdk: [ "java-11-openjdk","java-17-openjdk","java-21-openjdk" ]
6464
steps:
65-
- uses: actions/checkout@v3
65+
- uses: actions/checkout@v6
6666
with:
6767
fetch-depth: 0
6868
- name: mkdirs
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282

8383
steps:
84-
- uses: actions/checkout@v3
84+
- uses: actions/checkout@v6
8585
with:
8686
fetch-depth: 0
8787
- name: Get Fetch Tags

.github/workflows/release.yml

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

1111
runs-on: ubuntu-22.04
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414
with:
1515
fetch-depth: 0
1616
submodules: true

.github/workflows/test-signing.yml

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

88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313
submodules: true

0 commit comments

Comments
 (0)