Skip to content

Commit 36bcb8d

Browse files
chore(deps): update actions/checkout action to v6
1 parent 6983482 commit 36bcb8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v6
2525
- name: Set up Python
2626
uses: actions/setup-python@v5
2727
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414
- name: Install dependencies
1515
run: |
1616
set -euxo pipefail
@@ -33,7 +33,7 @@ jobs:
3333
- "3.13.0-alpha - 3.13"
3434
- "pypy-3.10"
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v6
3737
- uses: excitedleigh/[email protected]
3838
- uses: actions/setup-python@v5
3939
with:

0 commit comments

Comments
 (0)