diff --git a/.github/workflows/autotag-releases.yml b/.github/workflows/autotag-releases.yml index b909f17..1763a52 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@v5 + - uses: actions/checkout@v6 - name: Get version from tag id: tag_name run: |