ci: checkout v3

This commit is contained in:
Folke Lemaitre 2023-01-23 20:52:38 +01:00
parent cc68aed5a1
commit b0e2b283c6
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040

View File

@ -55,7 +55,7 @@ jobs:
with: with:
release-type: simple release-type: simple
package-name: persistence.nvim package-name: persistence.nvim
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: tag stable versions - name: tag stable versions
if: ${{ steps.release.outputs.release_created }} if: ${{ steps.release.outputs.release_created }}
run: | run: |