|
18 | 18 | runs-on: Akka-Default |
19 | 19 | if: github.event.repository.fork == false |
20 | 20 | steps: |
21 | | - - name: Checkout Global Scripts |
22 | | - uses: actions/checkout@v6 |
23 | | - with: |
24 | | - repository: akka/github-actions-scripts |
25 | | - path: scripts |
26 | | - fetch-depth: 0 |
27 | | - |
28 | | - - name: Setup global resolver |
29 | | - run: | |
30 | | - chmod +x ./scripts/setup_global_resolver.sh |
31 | | - ./scripts/setup_global_resolver.sh |
| 21 | + - name: Run akka/github-actions-scripts |
| 22 | + uses: akka/github-actions-scripts/setup_global_resolver@main |
32 | 23 |
|
33 | 24 | - name: Checkout |
34 | 25 | # https://github.com/actions/checkout/releases |
@@ -110,17 +101,8 @@ jobs: |
110 | 101 | - { scalaVersion: "3.3", jdkVersion: "1.17.0", jvmName: "temurin:1.17.0", extraOpts: '' } |
111 | 102 | - { scalaVersion: "3.3", jdkVersion: "1.25.0", jvmName: "temurin:1.25", extraOpts: '' } |
112 | 103 | steps: |
113 | | - - name: Checkout Global Scripts |
114 | | - uses: actions/checkout@v6 |
115 | | - with: |
116 | | - repository: akka/github-actions-scripts |
117 | | - path: scripts |
118 | | - fetch-depth: 0 |
119 | | - |
120 | | - - name: Setup global resolver |
121 | | - run: | |
122 | | - chmod +x ./scripts/setup_global_resolver.sh |
123 | | - ./scripts/setup_global_resolver.sh |
| 104 | + - name: Run akka/github-actions-scripts |
| 105 | + uses: akka/github-actions-scripts/setup_global_resolver@main |
124 | 106 |
|
125 | 107 | - name: Checkout |
126 | 108 | # https://github.com/actions/checkout/releases |
@@ -219,17 +201,8 @@ jobs: |
219 | 201 | - akka-remote/test akka-remote-tests/test |
220 | 202 | - akka-cluster/test akka-cluster-typed/test |
221 | 203 | steps: |
222 | | - - name: Checkout Global Scripts |
223 | | - uses: actions/checkout@v6 |
224 | | - with: |
225 | | - repository: akka/github-actions-scripts |
226 | | - path: scripts |
227 | | - fetch-depth: 0 |
228 | | - |
229 | | - - name: Setup global resolver |
230 | | - run: | |
231 | | - chmod +x ./scripts/setup_global_resolver.sh |
232 | | - ./scripts/setup_global_resolver.sh |
| 204 | + - name: Run akka/github-actions-scripts |
| 205 | + uses: akka/github-actions-scripts/setup_global_resolver@main |
233 | 206 |
|
234 | 207 | - name: Checkout |
235 | 208 | # https://github.com/actions/checkout/releases |
|
0 commit comments