Skip to content

Commit

Permalink
Merge pull request #1710 from scalacenter/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3

build(deps): bump actions/checkout from 2.4.0 to 3
  • Loading branch information
tgodzik authored Apr 2, 2022
2 parents 1fc97fa + db5ca31 commit 5c28695
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Formatting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v13
with:
java-version: [email protected]
Expand All @@ -28,7 +28,7 @@ jobs:
os: [ubuntu-latest, macOS-latest]
jdk: [[email protected]]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: true
- uses: olafurpg/setup-scala@v13
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
env:
HYDRA_LICENSE: ${{ secrets.HYDRA_LICENSE }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
BLOOPOID_GITHUB_TOKEN: ${{ secrets.BLOOPOID_GITHUB_TOKEN }}
ARTIFACT_NAME: ${{ matrix.artifact }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Refresh Pagefile
run: |
(Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
BLOOPOID_SSH_PUBLIC_KEY: ${{ secrets.BLOOPOID_SSH_PUBLIC_KEY }}
BLOOPOID_SSH_PRIVATE_KEY: ${{ secrets.BLOOPOID_SSH_PRIVATE_KEY }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
Expand Down

0 comments on commit 5c28695

Please sign in to comment.