@@ -451,7 +451,7 @@ jobs:
451451
452452 - name : upload cache staging artifact
453453 if : ${{ always() && steps.cache_staging_check.outputs.has_files == 'true' }}
454- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
454+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
455455 with :
456456 name : cache-staging
457457 path : cache-staging/
@@ -574,7 +574,7 @@ jobs:
574574 - name : Generate lean-pr-testing app token
575575 if : ${{ always() && github.repository == 'leanprover-community/mathlib4-nightly-testing' && (startsWith(github.ref_name, 'lean-pr-testing-') || startsWith(github.ref_name, 'batteries-pr-testing-')) }}
576576 id : lean-pr-testing-token
577- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
577+ uses : actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
578578 with :
579579 # `batteries-pr-testing-*` branches need a token scoped to `leanprover-community/batteries`
580580 # for the labelling API; `lean-pr-testing-*` branches need one scoped to `leanprover/lean4`.
@@ -620,7 +620,7 @@ jobs:
620620 fetch-depth : 1
621621
622622 - name : Configure Lean
623- uses : leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4 .0
623+ uses : leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5 .0
624624 with :
625625 auto-config : false # Don't run `lake build`, `lake test`, or `lake lint` automatically.
626626 use-github-cache : false
@@ -691,7 +691,7 @@ jobs:
691691 ref : ${{ inputs.pr_branch_ref }}
692692
693693 - name : Configure Lean
694- uses : leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4 .0
694+ uses : leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5 .0
695695 with :
696696 auto-config : false # Don't run `lake build`, `lake test`, or `lake lint` automatically.
697697 use-github-cache : false
@@ -734,7 +734,7 @@ jobs:
734734 lake exe graph
735735
736736 - name : upload the import graph
737- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
737+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
738738 with :
739739 name : import-graph
740740 path : import_graph.dot
@@ -876,7 +876,7 @@ jobs:
876876 steps.get-label-actor.outputs.username != 'mathlib-update-dependencies' &&
877877 steps.get-label-actor.outputs.username != 'mathlib-splicebot'
878878 name: check team membership
879- uses: tspascoal/get-user-teams-membership@57e9f42acd78f4d0f496b3be4368fc5f62696662 # v3 .0.0
879+ uses: tspascoal/get-user-teams-membership@818140d631d5f29f26b151afbe4179f87d9ceb5e # v4 .0.1
880880 id: actorTeams
881881 with:
882882 organization: leanprover-community # optional. Default value ${{ github.repository_owner }}
0 commit comments