Upgrade GitHub Actions checkout

This commit is contained in:
Mark Sinclair
2022-03-23 18:10:14 +00:00
committed by GitHub
parent 53e0432934
commit 1dab01ca33
@@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Check the release tag starts with `nym-wallet-`
if: startsWith(github.ref, 'refs/tags/nym-wallet-') == false