diff --git a/.github/workflows/schedule-broken-link-check.yaml b/.github/workflows/schedule-broken-link-check.yaml index 2f39eec..feba80e 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: token: "${{ steps.generate-token.outputs.token }}"