We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c828870 commit 1205db1Copy full SHA for 1205db1
.github/workflows/lint.yaml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Check out repository
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
- name: Set up python
19
id: setup-python
20
uses: actions/setup-python@v6
.github/workflows/pypi-publish.yaml
@@ -7,7 +7,7 @@ jobs:
7
publish:
8
9
10
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
11
12
- name: Set up Python
13
0 commit comments