diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 9e63acc..28b08a2 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -19,7 +19,7 @@ jobs: release-type: simple # tag major and minor versions - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: tag major and minor versions if: ${{ steps.release.outputs.release_created }} run: | diff --git a/action.yml b/action.yml index 374007a..ed86939 100644 --- a/action.yml +++ b/action.yml @@ -199,7 +199,7 @@ runs: uses: slsa-framework/slsa-verifier/actions/installer@ea584f4502babc6f60d9bc799dbbb13c1caa9ee6 # v2.7.1 # clones user's repo - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 if: ${{ inputs.skip_checkout == 'false' }} with: persist-credentials: false