7979 # We just populate the env vars for this step to make them viewable in the logs
8080
8181 - name : Checkout local actions
82- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
82+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8383 with :
8484 ref : ${{ github.workflow_sha }}
8585 fetch-depth : 1
@@ -394,7 +394,7 @@ jobs:
394394 shell : landrun --rox /usr --ro /etc/timezone --rw /dev --rox /home/lean/.elan --rox /home/lean/actions-runner/_work --rox /home/lean/.cache/mathlib/ --rw pr-branch/.lake/ --env PATH --env HOME --env GITHUB_OUTPUT --env CI -- bash -euxo pipefail {0}
395395 steps :
396396 - name : Checkout local actions
397- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
397+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
398398 with :
399399 ref : ${{ github.workflow_sha }}
400400 fetch-depth : 1
@@ -604,7 +604,7 @@ jobs:
604604 # `build_template` via `pull_request_target`, never this one — so
605605 # `pr_branch_ref` is always a trusted ref here. Fork PRs keep `master`.
606606 - name : Checkout tools branch
607- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
607+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
608608 with :
609609 ref : ${{ inputs.tools_branch_ref != '' && inputs.tools_branch_ref || (github.event.pull_request.head.repo.fork && 'master' || inputs.pr_branch_ref) }}
610610 fetch-depth : 1
@@ -674,7 +674,7 @@ jobs:
674674 contents : read
675675 steps :
676676
677- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
677+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
678678 with :
679679 ref : ${{ inputs.pr_branch_ref }}
680680 # Untrusted (potentially fork) checkout: don't persist the GITHUB_TOKEN into its .git/config.
@@ -684,7 +684,7 @@ jobs:
684684 # below loads from a trust-rooted source, not from PR-branch-controlled
685685 # content. Mirrors the `Checkout local actions` step in the `build` job.
686686 - name : Checkout local actions
687- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
687+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
688688 with :
689689 ref : ${{ github.workflow_sha }}
690690 fetch-depth : 1
@@ -748,7 +748,7 @@ jobs:
748748 lake exe graph
749749
750750 - name : Checkout local actions
751- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
751+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
752752 with :
753753 ref : ${{ github.workflow_sha }}
754754 fetch-depth : 1
0 commit comments