Skip to content

Commit e77d872

Browse files
committed
build: bump GH actions
1 parent b8c6247 commit e77d872

File tree

6 files changed

+26
-52
lines changed

6 files changed

+26
-52
lines changed

.github/workflows/checks.yml

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ 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
@@ -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.0
4340

@@ -54,8 +51,7 @@ jobs:
5451
steps:
5552
- name: Checkout
5653
# https://github.com/actions/checkout/releases
57-
# v4.1.1
58-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
54+
uses: actions/checkout@v6
5955
with:
6056
fetch-depth: 0
6157

@@ -67,13 +63,11 @@ jobs:
6763
6864
- name: Cache Coursier cache
6965
# https://github.com/coursier/cache-action/releases
70-
# v6.4.5
71-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
66+
uses: coursier/cache-action@v8.1.0
7267

7368
- name: Set up JDK 11
7469
# https://github.com/coursier/setup-action/releases
75-
# v1.3.5
76-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
70+
uses: coursier/setup-action@v3.0.0
7771
with:
7872
jvm: temurin:1.11.0
7973

@@ -93,8 +87,7 @@ jobs:
9387
steps:
9488
- name: Checkout
9589
# https://github.com/actions/checkout/releases
96-
# v4.1.1
97-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
90+
uses: actions/checkout@v6
9891
with:
9992
fetch-depth: 0
10093

@@ -106,13 +99,11 @@ jobs:
10699
107100
- name: Cache Coursier cache
108101
# https://github.com/coursier/cache-action/releases
109-
# v6.4.5
110-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
102+
uses: coursier/cache-action@v8.1.0
111103

112104
- name: Set up JDK 11
113105
# https://github.com/coursier/setup-action/releases
114-
# v1.3.5
115-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
106+
uses: coursier/setup-action@v3.0.0
116107
with:
117108
jvm: temurin:1.11.0
118109

.github/workflows/fossa.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,18 @@ 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
2423

2524
- name: Cache Coursier cache
2625
# https://github.com/coursier/cache-action/releases
27-
# v6.4.5
28-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
26+
uses: coursier/cache-action@v8.1.0
2927

3028
- name: Set up JDK 11
3129
# https://github.com/coursier/setup-action/releases
32-
# v1.3.5
33-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
30+
uses: coursier/setup-action@v3.0.0
3431
with:
3532
jvm: temurin:1.11.0
3633

.github/workflows/link-validator.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
# See https://github.com/actions/checkout/issues/299#issuecomment-677674415
2322
ref: ${{ github.event.pull_request.head.sha }}
@@ -28,13 +27,11 @@ jobs:
2827

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

3432
- name: Set up JDK 25
3533
# https://github.com/coursier/setup-action/releases
36-
# v1.3.5
37-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
34+
uses: coursier/setup-action@v3.0.0
3835
with:
3936
jvm: temurin:1.25
4037
apps: cs

.github/workflows/release.yml

Lines changed: 5 additions & 10 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
@@ -35,13 +34,11 @@ jobs:
3534
3635
- name: Cache Coursier cache
3736
# https://github.com/coursier/cache-action/releases
38-
# v6.4.5
39-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
37+
uses: coursier/cache-action@v8.1.0
4038

4139
- name: Set up JDK 11
4240
# https://github.com/coursier/setup-action/releases
43-
# v1.3.5
44-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
41+
uses: coursier/setup-action@v3.0.0
4542
with:
4643
jvm: temurin:1.11.0.17
4744

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

7268
- name: Set up JDK 25
7369
# https://github.com/coursier/setup-action/releases
74-
# v1.3.5
75-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
70+
uses: coursier/setup-action@v3.0.0
7671
with:
7772
jvm: temurin:1.25
7873

.github/workflows/test.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
steps:
4343
- name: Checkout
4444
# https://github.com/actions/checkout/releases
45-
# v4.1.1
46-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
45+
uses: actions/checkout@v6
4746
with:
4847
fetch-depth: 0
4948

@@ -55,13 +54,11 @@ jobs:
5554
5655
- name: Cache Coursier cache
5756
# https://github.com/coursier/cache-action/releases
58-
# v6.4.5
59-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
57+
uses: coursier/cache-action@v8.1.0
6058

6159
- name: Set up JDK 11
6260
# https://github.com/coursier/setup-action/releases
63-
# v1.3.5
64-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
61+
uses: coursier/setup-action@v3.0.0
6562
with:
6663
jvm: temurin:1.11.0
6764

.github/workflows/weekly.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242
steps:
4343
- name: Checkout
4444
# https://github.com/actions/checkout/releases
45-
# v4.1.1
46-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
45+
uses: actions/checkout@v6
4746
with:
4847
fetch-depth: 0
4948

@@ -55,13 +54,11 @@ jobs:
5554
5655
- name: Cache Coursier cache
5756
# https://github.com/coursier/cache-action/releases
58-
# v6.4.5
59-
uses: coursier/cache-action@1ff273bff02a8787bc9f1877d347948af647956d
57+
uses: coursier/cache-action@v8.1.0
6058

6159
- name: Set up ${{ matrix.db.jdk }}
6260
# https://github.com/coursier/setup-action/releases
63-
# v1.3.5
64-
uses: coursier/setup-action@7bde40eee928896f074dbb76d22dd772eed5c65f
61+
uses: coursier/setup-action@v3.0.0
6562
with:
6663
jvm: ${{ matrix.db.jdk }}
6764

0 commit comments

Comments
 (0)