mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-10 06:31:44 +00:00
GH: Update actions/checkout to v3
Addresses nodeJS12 deprecation
This commit is contained in:
parent
19ae55654c
commit
03186b242e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compile-and-release.yml
vendored
2
.github/workflows/compile-and-release.yml
vendored
|
@ -5,7 +5,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
if: github.ref == 'refs/heads/main'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Clone Repository
|
||||
working-directory: ./tools
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue