|
13 | 13 | name: Formatting
|
14 | 14 | runs-on: ubuntu-latest
|
15 | 15 | steps:
|
16 |
| - - uses: actions/checkout@v2.4.0 |
| 16 | + - uses: actions/checkout@v3 |
17 | 17 | - uses: coursier/[email protected]
|
18 | 18 | with:
|
19 | 19 | jvm: "graalvm-java17:21.3.0"
|
|
30 | 30 | env:
|
31 | 31 | HYDRA_LICENSE: ${{ secrets.HYDRA_LICENSE }}
|
32 | 32 | steps:
|
33 |
| - - uses: actions/checkout@v2.4.0 |
| 33 | + - uses: actions/checkout@v3 |
34 | 34 | with:
|
35 | 35 | submodules: true
|
36 | 36 | fetch-depth: 0
|
|
70 | 70 | env:
|
71 | 71 | HYDRA_LICENSE: ${{ secrets.HYDRA_LICENSE }}
|
72 | 72 | steps:
|
73 |
| - - uses: actions/checkout@v2.4.0 |
| 73 | + - uses: actions/checkout@v3 |
74 | 74 | with:
|
75 | 75 | submodules: true
|
76 | 76 | fetch-depth: 0
|
@@ -120,7 +120,7 @@ jobs:
|
120 | 120 | BLOOPOID_GITHUB_TOKEN: ${{ secrets.BLOOPOID_GITHUB_TOKEN }}
|
121 | 121 | ARTIFACT_NAME: ${{ matrix.artifact }}
|
122 | 122 | steps:
|
123 |
| - - uses: actions/checkout@v2.4.0 |
| 123 | + - uses: actions/checkout@v3 |
124 | 124 | with:
|
125 | 125 | submodules: true
|
126 | 126 | fetch-depth: 0
|
@@ -165,7 +165,7 @@ jobs:
|
165 | 165 | - name: Refresh Pagefile
|
166 | 166 | run: |
|
167 | 167 | (Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize
|
168 |
| - - uses: actions/checkout@v2.4.0 |
| 168 | + - uses: actions/checkout@v3 |
169 | 169 | with:
|
170 | 170 | submodules: true
|
171 | 171 | fetch-depth: 0
|
@@ -229,7 +229,7 @@ jobs:
|
229 | 229 | BLOOPOID_SSH_PUBLIC_KEY: ${{ secrets.BLOOPOID_SSH_PUBLIC_KEY }}
|
230 | 230 | BLOOPOID_SSH_PRIVATE_KEY: ${{ secrets.BLOOPOID_SSH_PRIVATE_KEY }}
|
231 | 231 | steps:
|
232 |
| - - uses: actions/checkout@v2.4.0 |
| 232 | + - uses: actions/checkout@v3 |
233 | 233 | with:
|
234 | 234 | submodules: true
|
235 | 235 | fetch-depth: 0
|
|
0 commit comments