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
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
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
0 commit comments