diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65e614f..2048467 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: commit_sha: ${{ steps.sha.outputs.new_sha }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -45,7 +45,7 @@ jobs: packages: write steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: ref: ${{ needs.bump-version.outputs.commit_sha }}