diff --git a/.github/workflows/autotag-releases.yml b/.github/workflows/autotag-releases.yml index 44fbd19..4ca4ad5 100644 --- a/.github/workflows/autotag-releases.yml +++ b/.github/workflows/autotag-releases.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Get version from tag id: tag_name run: |