Skip to content

Commit f4f187c

Browse files
Bump actions/checkout from 2.4.0 to 3 (#51)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a388fee commit f4f187c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Formatting
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2.4.0
16+
- uses: actions/checkout@v3
1717
- uses: coursier/[email protected]
1818
with:
1919
jvm: "graalvm-java17:21.3.0"
@@ -30,7 +30,7 @@ jobs:
3030
env:
3131
HYDRA_LICENSE: ${{ secrets.HYDRA_LICENSE }}
3232
steps:
33-
- uses: actions/checkout@v2.4.0
33+
- uses: actions/checkout@v3
3434
with:
3535
submodules: true
3636
fetch-depth: 0
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
HYDRA_LICENSE: ${{ secrets.HYDRA_LICENSE }}
7272
steps:
73-
- uses: actions/checkout@v2.4.0
73+
- uses: actions/checkout@v3
7474
with:
7575
submodules: true
7676
fetch-depth: 0
@@ -120,7 +120,7 @@ jobs:
120120
BLOOPOID_GITHUB_TOKEN: ${{ secrets.BLOOPOID_GITHUB_TOKEN }}
121121
ARTIFACT_NAME: ${{ matrix.artifact }}
122122
steps:
123-
- uses: actions/checkout@v2.4.0
123+
- uses: actions/checkout@v3
124124
with:
125125
submodules: true
126126
fetch-depth: 0
@@ -165,7 +165,7 @@ jobs:
165165
- name: Refresh Pagefile
166166
run: |
167167
(Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize
168-
- uses: actions/checkout@v2.4.0
168+
- uses: actions/checkout@v3
169169
with:
170170
submodules: true
171171
fetch-depth: 0
@@ -229,7 +229,7 @@ jobs:
229229
BLOOPOID_SSH_PUBLIC_KEY: ${{ secrets.BLOOPOID_SSH_PUBLIC_KEY }}
230230
BLOOPOID_SSH_PRIVATE_KEY: ${{ secrets.BLOOPOID_SSH_PRIVATE_KEY }}
231231
steps:
232-
- uses: actions/checkout@v2.4.0
232+
- uses: actions/checkout@v3
233233
with:
234234
submodules: true
235235
fetch-depth: 0

0 commit comments

Comments
 (0)