diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 9395e7c..9cab520 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -17,7 +17,7 @@ jobs: id: release with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: token: ${{ secrets.RELEASE_PLEASE_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/update-readme.yaml b/.github/workflows/update-readme.yaml index 1bd24b0..88774f4 100644 --- a/.github/workflows/update-readme.yaml +++ b/.github/workflows/update-readme.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLEASE_TOKEN }}