Skip to content

Commit 1586bc2

Browse files
Update actions/checkout action to v7
1 parent 418877b commit 1586bc2

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@v7
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@v7
1111
with:
1212
fetch-depth: 0
1313
- name: Get Fetch Tags
@@ -35,7 +35,7 @@ jobs:
3535
jdk: ["openjdk-17-jdk","openjdk-21-jdk", "openjdk-25-jdk" ]
3636
ubuntu: ["22.04"]
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v7
3939
with:
4040
fetch-depth: 0
4141
- name: mkdirs
@@ -58,7 +58,7 @@ jobs:
5858
# UBI 8 repos ship 17 and 21; java-25-openjdk is not available on el8
5959
jdk: ["java-17-openjdk","java-21-openjdk"]
6060
steps:
61-
- uses: actions/checkout@v3
61+
- uses: actions/checkout@v7
6262
with:
6363
fetch-depth: 0
6464
- name: mkdirs
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878

7979
steps:
80-
- uses: actions/checkout@v3
80+
- uses: actions/checkout@v7
8181
with:
8282
fetch-depth: 0
8383
- 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@v7
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-22.04
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v7
1111
with:
1212
fetch-depth: 0
1313
submodules: true

0 commit comments

Comments
 (0)