Skip to content

Commit e2e21d9

Browse files
Update actions/checkout action to v6
1 parent 59173fc commit e2e21d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
if: github.event.pull_request.draft == false
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v5.0.1
12+
- uses: actions/checkout@v6.0.2
1313
- uses: pre-commit/action@v3.0.1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v5.0.1
12+
- uses: actions/checkout@v6.0.2
1313
- name: Configure Git Credentials
1414
run: |
1515
git config user.name github-actions[bot]

0 commit comments

Comments
 (0)