Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 2.4.0 to 3.3.0 #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.4.0
- uses: actions/checkout@v3.3.0
- uses: olafurpg/setup-scala@v13
with:
java-version: graalvm-ce-java11@20.1.0
Expand All @@ -28,7 +28,7 @@ jobs:
os: [ubuntu-latest, macOS-latest]
jdk: [graalvm-ce-java11@20.1.0]
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
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.3.0
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
BLOOPOID_GITHUB_TOKEN: ${{ secrets.BLOOPOID_GITHUB_TOKEN }}
ARTIFACT_NAME: ${{ matrix.artifact }}
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Refresh Pagefile
run: |
(Get-CimInstance Win32_PageFileUsage).AllocatedBaseSize
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3.3.0
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -254,7 +254,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.3.0
with:
submodules: true
fetch-depth: 0
Expand Down