diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49437a4..3ff5b5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: with: release-type: simple package-name: persistence.nvim - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: tag stable versions if: ${{ steps.release.outputs.release_created }} run: |