Skip to content

Commit be974ca

Browse files
authored
Merge pull request #535 from Seasawher/dependabot/github_actions/actions/checkout-6
2 parents f774d9c + 31aab77 commit be974ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: install python
2828
uses: actions/setup-python@v6

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
updated: ${{ steps.update-tactic-list.outputs.files_changed }}
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626

2727
- name: Update Lean project
2828
id: update-lean-mathlib

0 commit comments

Comments
 (0)