Skip to content

Commit 8343d47

Browse files
committed
build: bump GH actions
1 parent 82c6b5c commit 8343d47

File tree

7 files changed

+47
-87
lines changed

7 files changed

+47
-87
lines changed

.github/workflows/build-test.yml

Lines changed: 21 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
steps:
2222
- name: Checkout
2323
# https://github.com/actions/checkout/releases
24-
# v4.1.1
25-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24+
uses: actions/checkout@v6
2625
with:
2726
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
2827
fetch-depth: 0
@@ -32,13 +31,11 @@ jobs:
3231

3332
- name: Cache Coursier cache
3433
# https://github.com/coursier/cache-action/releases
35-
# v6.4.5
36-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
34+
uses: coursier/cache-action@v8.1.0
3735

3836
- name: Set up JDK 11
3937
# https://github.com/coursier/setup-action/releases
40-
# v1.3.5
41-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
38+
uses: coursier/setup-action@v3.0.0
4239
with:
4340
jvm: temurin:1.11
4441

@@ -53,8 +50,7 @@ jobs:
5350
steps:
5451
- name: Checkout
5552
# https://github.com/actions/checkout/releases
56-
# v4.1.1
57-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
53+
uses: actions/checkout@v6
5854
with:
5955
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
6056
fetch-depth: 0
@@ -64,13 +60,11 @@ jobs:
6460

6561
- name: Cache Coursier cache
6662
# https://github.com/coursier/cache-action/releases
67-
# v6.4.5
68-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
63+
uses: coursier/cache-action@v8.1.0
6964

7065
- name: Set up JDK 11
7166
# https://github.com/coursier/setup-action/releases
72-
# v1.3.5
73-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
67+
uses: coursier/setup-action@v3.0.0
7468
with:
7569
jvm: temurin:1.11
7670

@@ -91,8 +85,7 @@ jobs:
9185
steps:
9286
- name: Checkout
9387
# https://github.com/actions/checkout/releases
94-
# v4.1.1
95-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
88+
uses: actions/checkout@v6
9689
with:
9790
fetch-depth: 0
9891

@@ -101,13 +94,11 @@ jobs:
10194

10295
- name: Cache Coursier cache
10396
# https://github.com/coursier/cache-action/releases
104-
# v6.4.5
105-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
97+
uses: coursier/cache-action@v8.1.0
10698

10799
- name: Set up JDK 11
108100
# https://github.com/coursier/setup-action/releases
109-
# v1.3.5
110-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
101+
uses: coursier/setup-action@v3.0.0
111102
with:
112103
jvm: temurin:1.11.0
113104

@@ -135,8 +126,7 @@ jobs:
135126
steps:
136127
- name: Checkout
137128
# https://github.com/actions/checkout/releases
138-
# v4.1.1
139-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
129+
uses: actions/checkout@v6
140130
with:
141131
fetch-depth: 0
142132

@@ -145,13 +135,11 @@ jobs:
145135

146136
- name: Cache Coursier cache
147137
# https://github.com/coursier/cache-action/releases
148-
# v6.4.5
149-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
138+
uses: coursier/cache-action@v8.1.0
150139

151140
- name: Set up JDK 11
152141
# https://github.com/coursier/setup-action/releases
153-
# v1.3.5
154-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
142+
uses: coursier/setup-action@v3.0.0
155143
with:
156144
jvm: temurin:1.11
157145

@@ -166,8 +154,7 @@ jobs:
166154
steps:
167155
- name: Checkout
168156
# https://github.com/actions/checkout/releases
169-
# v4.1.1
170-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
157+
uses: actions/checkout@v6
171158
with:
172159
fetch-depth: 0
173160

@@ -176,13 +163,11 @@ jobs:
176163

177164
- name: Cache Coursier cache
178165
# https://github.com/coursier/cache-action/releases
179-
# v6.4.5
180-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
166+
uses: coursier/cache-action@v8.1.0
181167

182168
- name: Set up JDK 11
183169
# https://github.com/coursier/setup-action/releases
184-
# v1.3.5
185-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
170+
uses: coursier/setup-action@v3.0.0
186171
with:
187172
jvm: temurin:1.11
188173

@@ -192,7 +177,7 @@ jobs:
192177
cat ~/.version
193178
194179
- name: Cache local Gradle repository
195-
uses: actions/cache@v4.2.0
180+
uses: actions/cache@v5
196181
with:
197182
path: |
198183
~/.gradle/caches
@@ -230,7 +215,7 @@ jobs:
230215
steps:
231216
- name: Checkout Global Scripts
232217
# This MUST be before the main checkout or else the dynver will not work
233-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
218+
uses: actions/checkout@v6
234219
with:
235220
repository: akka/github-actions-scripts
236221
path: github-actions-scripts
@@ -241,20 +226,17 @@ jobs:
241226
242227
- name: Checkout
243228
# https://github.com/actions/checkout/releases
244-
# v4.1.1
245-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
229+
uses: actions/checkout@v6
246230
with:
247231
fetch-depth: 0
248232

249233
- name: Cache Coursier cache
250234
# https://github.com/coursier/cache-action/releases
251-
# v6.4.5
252-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
235+
uses: coursier/cache-action@v8.1.0
253236

254237
- name: Set up JDK 11
255238
# https://github.com/coursier/setup-action/releases
256-
# v1.3.5
257-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
239+
uses: coursier/setup-action@v3.0.0
258240
with:
259241
jvm: temurin:1.11
260242

@@ -264,7 +246,7 @@ jobs:
264246
cat ~/.version
265247
266248
- name: Cache local Maven repository
267-
uses: actions/cache@v4.2.0
249+
uses: actions/cache@v5
268250
with:
269251
path: ~/.m2/repository
270252
key: ${{ runner.os }}-maven-${{ hashFiles('plugin-tester-*/pom.xml') }}

.github/workflows/check-samples.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- name: Checkout Global Scripts
2323
# This MUST be before the main checkout or else the dynver will not work
24-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
24+
uses: actions/checkout@v6
2525
with:
2626
repository: akka/github-actions-scripts
2727
path: github-actions-scripts
@@ -32,8 +32,7 @@ jobs:
3232
3333
- name: Checkout
3434
# https://github.com/actions/checkout/releases
35-
# v4.1.1
36-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
35+
uses: actions/checkout@v6
3736
with:
3837
fetch-depth: 0
3938

@@ -45,13 +44,11 @@ jobs:
4544
4645
- name: Cache Coursier cache
4746
# https://github.com/coursier/cache-action/releases
48-
# v6.4.5
49-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
47+
uses: coursier/cache-action@v8.1.0
5048

5149
- name: Set up JDK 17
5250
# https://github.com/coursier/setup-action/releases
53-
# v1.3.5
54-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
51+
uses: coursier/setup-action@v3.0.0
5552
with:
5653
jvm: temurin:1.17
5754

@@ -84,7 +81,7 @@ jobs:
8481
8582
- name: Email on failure
8683
if: ${{ failure() }}
87-
uses: dawidd6/action-send-mail@6063705cefe50cb915fc53bb06d4049cae2953b2
84+
uses: dawidd6/action-send-mail@v12
8885
with:
8986
server_address: smtp.gmail.com
9087
server_port: 465

.github/workflows/fossa.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
steps:
1717
- name: Checkout
1818
# https://github.com/actions/checkout/releases
19-
# v4.1.1
20-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19+
uses: actions/checkout@v6
2120
with:
2221
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
2322
fetch-depth: 0
@@ -27,13 +26,11 @@ jobs:
2726

2827
- name: Cache Coursier cache
2928
# https://github.com/coursier/cache-action/releases
30-
# v6.4.5
31-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
29+
uses: coursier/cache-action@v8.1.0
3230

3331
- name: Set up JDK 17
3432
# https://github.com/coursier/setup-action/releases
35-
# v1.3.5
36-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
33+
uses: coursier/setup-action@v3.0.0
3734
with:
3835
jvm: temurin:1.17
3936

.github/workflows/link-validator.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
# https://github.com/actions/checkout/releases
18-
# v4.1.1
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18+
uses: actions/checkout@v6
2019
with:
2120
# fetch everything https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
2221
fetch-depth: 0
@@ -26,13 +25,11 @@ jobs:
2625

2726
- name: Cache Coursier cache
2827
# https://github.com/coursier/cache-action/releases
29-
# v6.4.5
30-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
28+
uses: coursier/cache-action@v8.1.0
3129

3230
- name: Set up JDK 25
3331
# https://github.com/coursier/setup-action/releases
34-
# v1.3.5
35-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
32+
uses: coursier/setup-action@v3.0.0
3633
with:
3734
jvm: temurin:1.25
3835
apps: cs

.github/workflows/native-image-tests.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
# https://github.com/actions/checkout/releases
18-
# v4.1.1
19-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
18+
uses: actions/checkout@v6
2019
with:
2120
fetch-depth: 0
2221

@@ -31,13 +30,11 @@ jobs:
3130
3231
- name: Cache Coursier cache
3332
# https://github.com/coursier/cache-action/releases
34-
# v6.4.5
35-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
33+
uses: coursier/cache-action@v8.1.0
3634

3735
- name: Set up JDK 11
3836
# https://github.com/coursier/setup-action/releases
39-
# v1.3.5
40-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
37+
uses: coursier/setup-action@v3.0.0
4138
with:
4239
jvm: temurin:1.11
4340

@@ -63,7 +60,7 @@ jobs:
6360
6461
- name: Email on failure
6562
if: ${{ failure() }}
66-
uses: dawidd6/action-send-mail@6063705cefe50cb915fc53bb06d4049cae2953b2
63+
uses: dawidd6/action-send-mail@v12
6764
with:
6865
server_address: smtp.gmail.com
6966
server_port: 465

.github/workflows/nightly.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
steps:
3131
- name: Checkout
3232
# https://github.com/actions/checkout/releases
33-
# v4.1.1
34-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
33+
uses: actions/checkout@v6
3534
with:
3635
fetch-depth: 0
3736

@@ -40,13 +39,11 @@ jobs:
4039

4140
- name: Cache Coursier cache
4241
# https://github.com/coursier/cache-action/releases
43-
# v6.4.5
44-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
42+
uses: coursier/cache-action@v8.1.0
4543

4644
- name: Set up JDK ${{ matrix.jdkVersion }}
4745
# https://github.com/coursier/setup-action/releases
48-
# v1.3.5
49-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
46+
uses: coursier/setup-action@v3.0.0
5047
with:
5148
jvm: ${{ matrix.jvmName }}
5249

@@ -58,7 +55,7 @@ jobs:
5855
5956
- name: Email on failure
6057
if: ${{ failure() }}
61-
uses: dawidd6/action-send-mail@6063705cefe50cb915fc53bb06d4049cae2953b2
58+
uses: dawidd6/action-send-mail@v12
6259
with:
6360
server_address: smtp.gmail.com
6461
server_port: 465

0 commit comments

Comments
 (0)