Skip to content

Commit 1205db1

Browse files
Update actions/checkout action to v6
1 parent c828870 commit 1205db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
- name: Set up python
1919
id: setup-python
2020
uses: actions/setup-python@v6

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111

1212
- name: Set up Python
1313
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)