Skip to content

Commit

Permalink
Use GitHub Actions checkout@v3 instead of v2 to resolve a deprecation…
Browse files Browse the repository at this point in the history
… warning
  • Loading branch information
lgeretti committed Feb 24, 2024
1 parent 00fcbbd commit 588da99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get Concurrency
run: echo NPROC="nproc" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Get macOS Concurrency
if: runner.os == 'macOS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build-type: "Release"
}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive

Expand Down

0 comments on commit 588da99

Please sign in to comment.