diff --git a/.github/workflows/schedule-broken-link-check.yaml b/.github/workflows/schedule-broken-link-check.yaml index ba51740..5ba11b2 100755 --- a/.github/workflows/schedule-broken-link-check.yaml +++ b/.github/workflows/schedule-broken-link-check.yaml @@ -19,7 +19,7 @@ private_key: "${{ secrets.APP_PRIVATE_KEY }}" - name: Checkout - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 with: token: "${{ steps.generate-token.outputs.token }}"