diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 9395e7c..87523d2 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 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..5b9bc37 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 with: fetch-depth: 0 token: ${{ secrets.RELEASE_PLEASE_TOKEN }}