Bump actions/checkout to v3
This commit is contained in:
parent
00569f6192
commit
6144c909a7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
|||
# GITHUB_REF value: refs/heads/v*
|
||||
run: echo "VERSION=$(echo ${GITHUB_REF:11})" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
|
|
Loading…
Reference in a new issue