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