diff --git a/.github/workflows/autotag-releases.yml b/.github/workflows/autotag-releases.yml index f232c68..fe6fc2a 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@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Get version from tag id: tag_name run: |