diff --git a/.github/workflows/sched-actions-update.yml b/.github/workflows/sched-actions-update.yml index 19ee150a..4075c82a 100644 --- a/.github/workflows/sched-actions-update.yml +++ b/.github/workflows/sched-actions-update.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v6.0.2 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.WORKFLOW_SECRET }}