Skip to content

Commit 39eed83

Browse files
chore(deps): bump the actions-version-updates group across 1 directory with 12 updates (leanprover-community#38812)
Bumps the actions-version-updates group with 12 updates in the /.github/workflows directory: | Package | From | To | | --- | --- | --- | | [leanprover/lean-action](https://github.com/leanprover/lean-action) | `1.4.0` | `1.5.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.1.1` | | [tspascoal/get-user-teams-membership](https://github.com/tspascoal/get-user-teams-membership) | `3.0.0` | `4.0.1` | | [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) | `3.0.2` | `3.0.4` | | [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.1.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.0.0` | `7.1.0` | | [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` | | [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) | `19` | `21` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `8.1.0` | `8.1.1` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.6.1` | `3.0.0` | | [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` |
1 parent dbe9b5a commit 39eed83

21 files changed

Lines changed: 44 additions & 44 deletions

.github/workflows/add_label_from_diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
ref: master
2828
path: tools
2929
- name: Configure Lean
30-
uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0
30+
uses: leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5.0
3131
with:
3232
auto-config: false
3333
use-github-cache: false

.github/workflows/build_template.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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 }}

.github/workflows/check_pr_titles.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
ref: master
2525
- name: Configure Lean
26-
uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0
26+
uses: leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5.0
2727
with:
2828
auto-config: false
2929
use-github-cache: false
@@ -70,7 +70,7 @@ jobs:
7070
fi
7171
7272
- name: Add comment to fix PR title
73-
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
73+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
7474
if: failure() && steps.pr-title-check.outputs.errors
7575
with:
7676
header: 'PR Title Check'
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Add comment that PR title is fixed
122122
if: steps.pr-title-check.outcome == 'success'
123-
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
123+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
124124
with:
125125
header: 'PR Title Check'
126126
# should do nothing if a 'PR Title Check' comment does not exist

.github/workflows/daily.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
ref: ${{ env.BRANCH_REF }}
5959

6060
- name: Configure Lean
61-
uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0
61+
uses: leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5.0
6262
with:
6363
auto-config: false
6464
use-github-cache: false
@@ -183,7 +183,7 @@ jobs:
183183
ref: ${{ env.BRANCH_REF }}
184184

185185
- name: Configure Lean
186-
uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0
186+
uses: leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5.0
187187
with:
188188
auto-config: false
189189
use-github-cache: false
@@ -306,7 +306,7 @@ jobs:
306306
ref: ${{ env.BRANCH_REF }}
307307

308308
- name: Configure Lean
309-
uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0
309+
uses: leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5.0
310310
with:
311311
auto-config: false
312312
use-github-cache: false

.github/workflows/docker_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images
3030
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
- name: Log in to the container registry
32-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
32+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
# might need set as `secrets.DOCKER_USERNAME` and `secrets.DOCKER_PASSWORD`
@@ -51,7 +51,7 @@ jobs:
5151
org.opencontainers.image.licenses=Apache-2.0
5252
- name: Build and push docker image
5353
id: push
54-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
54+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5555
with:
5656
context: .
5757
file: .docker/${{ matrix.image }}/Dockerfile

.github/workflows/label_new_contributor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- name: Label PR and report count
2727
id: contributor-check
28-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2929
with:
3030
script: |
3131
const MIN_MERGED = 5;
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Post welcome comment for new contributor
101101
if: steps.contributor-check.outputs.should_welcome == 'true'
102-
uses: marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
102+
uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
103103
with:
104104
header: 'New Contributor Welcome'
105105
message: |

.github/workflows/latest_import.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: ./workflow-actions/.github/actions/get-mathlib-ci
4040

4141
- name: Configure Lean
42-
uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0
42+
uses: leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5.0
4343
with:
4444
auto-config: false
4545
use-github-cache: false

.github/workflows/maintainer_bors_wf_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Download legacy artifact (fallback)
4141
id: download-legacy-artifact
4242
if: ${{ steps.bridge.outputs.pr_number == '' }}
43-
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
43+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
4444
with:
4545
workflow: maintainer_bors.yml
4646
name: workflow-data

.github/workflows/maintainer_merge_wf_run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Download legacy artifact (fallback)
4141
id: download-legacy-artifact
4242
if: ${{ steps.bridge.outputs.pr_number == '' }}
43-
uses: dawidd6/action-download-artifact@8a338493df3d275e4a7a63bcff3b8fe97e51a927 # v19
43+
uses: dawidd6/action-download-artifact@b6e2e70617bc3265edd6dab6c906732b2f1ae151 # v21
4444
with:
4545
workflow: maintainer_merge.yml
4646
name: workflow-data
@@ -104,7 +104,7 @@ jobs:
104104
105105
- if: ${{ ! steps.inputs.outputs.mOrD == '' }}
106106
name: Check whether user is part of mathlib-reviewers team
107-
uses: tspascoal/get-user-teams-membership@57e9f42acd78f4d0f496b3be4368fc5f62696662 # v3.0.0
107+
uses: tspascoal/get-user-teams-membership@818140d631d5f29f26b151afbe4179f87d9ceb5e # v4.0.1
108108
id: actorTeams
109109
with:
110110
organization: leanprover-community # optional. Default value ${{ github.repository_owner }}
@@ -217,7 +217,7 @@ jobs:
217217
- name: Add label to PR
218218
if: ${{ steps.actorTeams.outputs.isTeamMember == 'true' }}
219219
continue-on-error: true
220-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
220+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
221221
with:
222222
# labels added by GITHUB_TOKEN won't trigger the Zulip emoji workflow
223223
# This token is masked by the token minting action and will not be logged accidentally.

.github/workflows/nightly_bump_and_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
git config --global user.email "mathlib-nightly-testing[bot]@users.noreply.github.com"
5757
5858
- name: Configure Lean
59-
uses: leanprover/lean-action@c544e89643240c6b398f14a431bcdc6309e36b3e # v1.4.0
59+
uses: leanprover/lean-action@38fbc41a8c28c4cbaec22d7f7de508ec2e7c0dd9 # v1.5.0
6060
with:
6161
auto-config: false
6262
use-github-cache: false

0 commit comments

Comments
 (0)