Skip to content

Commit 5f26b40

Browse files
authored
build: bump GH actions (#93)
1 parent 2a5e826 commit 5f26b40

File tree

4 files changed

+23
-40
lines changed

4 files changed

+23
-40
lines changed

.github/workflows/build-test.yml

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
# https://github.com/actions/checkout/releases
21-
# v4.1.1
22-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
21+
uses: actions/checkout@v6
2322
with:
2423
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
2524
fetch-depth: 0
2625

2726
- name: Checkout Global Scripts
28-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
27+
uses: actions/checkout@v6
2928
with:
3029
repository: akka/github-actions-scripts
3130
path: scripts
@@ -43,13 +42,11 @@ jobs:
4342
git checkout scratch
4443
- name: Cache Coursier cache
4544
# https://github.com/coursier/cache-action/releases
46-
# v6.4.5
47-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
45+
uses: coursier/cache-action@v8.1.0
4846

4947
- name: Set up JDK 11
5048
# https://github.com/coursier/setup-action/releases
51-
# v1.3.5
52-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
49+
uses: coursier/setup-action@v3.0.0
5350
with:
5451
jvm: temurin:1.11.0
5552

@@ -74,13 +71,12 @@ jobs:
7471
steps:
7572
- name: Checkout
7673
# https://github.com/actions/checkout/releases
77-
# v4.1.1
78-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
74+
uses: actions/checkout@v6
7975
with:
8076
fetch-depth: 0
8177

8278
- name: Checkout Global Scripts
83-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
79+
uses: actions/checkout@v6
8480
with:
8581
repository: akka/github-actions-scripts
8682
path: scripts
@@ -99,13 +95,11 @@ jobs:
9995
10096
- name: Cache Coursier cache
10197
# https://github.com/coursier/cache-action/releases
102-
# v6.4.5
103-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
98+
uses: coursier/cache-action@v8.1.0
10499

105100
- name: Set up JDK ${{ matrix.jdkVersion }}
106101
# https://github.com/coursier/setup-action/releases
107-
# v1.3.5
108-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
102+
uses: coursier/setup-action@v3.0.0
109103
with:
110104
jvm: ${{ matrix.jvmName }}
111105

.github/workflows/fossa.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ 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

2221
- name: Checkout Global Scripts
23-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
22+
uses: actions/checkout@v6
2423
with:
2524
repository: akka/github-actions-scripts
2625
path: scripts
@@ -33,13 +32,11 @@ jobs:
3332
3433
- name: Cache Coursier cache
3534
# https://github.com/coursier/cache-action/releases
36-
# v6.4.5
37-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
35+
uses: coursier/cache-action@v8.1.0
3836

3937
- name: Set up JDK 17
4038
# https://github.com/coursier/setup-action/releases
41-
# v1.3.5
42-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
39+
uses: coursier/setup-action@v3.0.0
4340
with:
4441
jvm: temurin:1.17
4542

.github/workflows/link-validator.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
# https://github.com/actions/checkout/releases
23-
# v4.1.1
24-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
23+
uses: actions/checkout@v6
2524
with: # https://github.com/olafurpg/setup-scala#faster-checkout-of-big-repos
2625
fetch-depth: 100
2726

2827
- name: Checkout Global Scripts
29-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
28+
uses: actions/checkout@v6
3029
with:
3130
repository: akka/github-actions-scripts
3231
path: scripts
@@ -42,15 +41,13 @@ jobs:
4241

4342
- name: Set up JDK 25
4443
# https://github.com/coursier/setup-action/releases
45-
# v1.3.5
46-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
44+
uses: coursier/setup-action@v3.0.0
4745
with:
4846
jvm: temurin:1.25
4947

5048
- name: Cache Coursier cache
5149
# https://github.com/coursier/cache-action/releases
52-
# v6.4.5
53-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
50+
uses: coursier/cache-action@v8.1.0
5451

5552
- name: Create all API docs for artifacts/website and all reference docs
5653
run: sbt "unidoc; docs/paradox"

.github/workflows/publish.yml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ jobs:
1717
steps:
1818
- name: Checkout
1919
# https://github.com/actions/checkout/releases
20-
# v4.1.1
21-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
20+
uses: actions/checkout@v6
2221
with:
2322
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
2423
fetch-depth: 0
2524

2625
- name: Checkout Global Scripts
27-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
26+
uses: actions/checkout@v6
2827
with:
2928
repository: akka/github-actions-scripts
3029
path: scripts
@@ -37,13 +36,11 @@ jobs:
3736
3837
- name: Cache Coursier cache
3938
# https://github.com/coursier/cache-action/releases
40-
# v6.4.5
41-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
39+
uses: coursier/cache-action@v8.1.0
4240

4341
- name: Set up JDK 11
4442
# https://github.com/coursier/setup-action/releases
45-
# v1.3.5
46-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
43+
uses: coursier/setup-action@v3.0.0
4744
with:
4845
jvm: temurin:1.11.0.17
4946

@@ -64,14 +61,13 @@ jobs:
6461
steps:
6562
- name: Checkout
6663
# https://github.com/actions/checkout/releases
67-
# v4.1.1
68-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
64+
uses: actions/checkout@v6
6965
with:
7066
# we don't know what commit the last tag was it's safer to get entire repo so previousStableVersion resolves
7167
fetch-depth: 0
7268

7369
- name: Checkout Global Scripts
74-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
70+
uses: actions/checkout@v6
7571
with:
7672
repository: akka/github-actions-scripts
7773
path: scripts
@@ -84,8 +80,7 @@ jobs:
8480
8581
- name: Set up JDK 25
8682
# https://github.com/coursier/setup-action/releases
87-
# v1.3.5
88-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
83+
uses: coursier/setup-action@v3.0.0
8984
with:
9085
jvm: temurin:1.25
9186

0 commit comments

Comments
 (0)