diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index 4b50c66..c4091d9 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -73,7 +73,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ needs.TagRelease.outputs.tag }} fetch-depth: 0