mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-18 01:41:40 +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
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Clone Repository
|
- name: Clone Repository
|
||||||
working-directory: ./tools
|
working-directory: ./tools
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue