Skip to content

Commit afaa12e

Browse files
Update actions/checkout action to v6
1 parent bed632a commit afaa12e

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
os: [ubuntu-latest]
1717
java: [11, 17, 21]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- uses: DeterminateSystems/nix-installer-action@v22
2222
with:
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
os: [ubuntu-latest]
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v6
3939

4040
- uses: DeterminateSystems/nix-installer-action@v22
4141
with:
@@ -67,7 +67,7 @@ jobs:
6767
bazel:
6868
runs-on: ubuntu-latest
6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v6
7171

7272
- uses: DeterminateSystems/nix-installer-action@v22
7373
with:
@@ -88,7 +88,7 @@ jobs:
8888
bazel_aspect:
8989
runs-on: ubuntu-latest
9090
steps:
91-
- uses: actions/checkout@v4
91+
- uses: actions/checkout@v6
9292

9393
- uses: DeterminateSystems/nix-installer-action@v22
9494
with:
@@ -117,7 +117,7 @@ jobs:
117117
runs-on: ubuntu-latest
118118
name: semanticdb-kotlinc
119119
steps:
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v6
121121

122122
- uses: DeterminateSystems/nix-installer-action@v22
123123
with:
@@ -139,7 +139,7 @@ jobs:
139139
check:
140140
runs-on: ubuntu-latest
141141
steps:
142-
- uses: actions/checkout@v4
142+
- uses: actions/checkout@v6
143143

144144
- uses: DeterminateSystems/nix-installer-action@v22
145145
with:
@@ -161,7 +161,7 @@ jobs:
161161
matrix:
162162
java: [11, 17, 21]
163163
steps:
164-
- uses: actions/checkout@v4
164+
- uses: actions/checkout@v6
165165

166166
- uses: DeterminateSystems/nix-installer-action@v22
167167
with:

.github/workflows/mdoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v6
1111
with:
1212
fetch-depth: 0
1313
- uses: DeterminateSystems/nix-installer-action@v22

.github/workflows/release-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run:
1818
shell: nix develop --command bash -e {0}
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121

2222
- uses: DeterminateSystems/nix-installer-action@v22
2323
with:

.github/workflows/release-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
- uses: DeterminateSystems/nix-installer-action@v22

.github/workflows/release-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
- uses: DeterminateSystems/nix-installer-action@v22

0 commit comments

Comments
 (0)