diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e1e57cc..d8027cf 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -26,7 +26,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 0 persist-credentials: false @@ -49,7 +49,7 @@ jobs: attestations: write # attest-build-provenance steps: - name: Checkout release tag - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: ref: ${{ needs.release-please.outputs.tag_name }} fetch-depth: 0