Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.4
- uses: actions/checkout@v3.2.0
- uses: olafurpg/setup-scala@v12
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.3.4
- uses: actions/checkout@v3.2.0
with:
submodules: true
- uses: olafurpg/setup-scala@v12
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
env:
HYDRA_LICENSE: ${{ secrets.HYDRA_LICENSE }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.2.0
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
BLOOPOID_GITHUB_TOKEN: ${{ secrets.BLOOPOID_GITHUB_TOKEN }}
ARTIFACT_NAME: ${{ matrix.artifact }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.2.0
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
- name: Refresh Pagefile
run: |
(Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.2.0
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -239,7 +239,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.3.4
- uses: actions/checkout@v3.2.0
with:
submodules: true
fetch-depth: 0
Expand Down