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