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 b454b51 commit cd72b4eCopy full SHA for cd72b4e
.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@v4
+ uses: actions/checkout@v5
18
- name: Set up python
19
id: setup-python
20
uses: actions/setup-python@v5
.github/workflows/pypi-publish.yaml
@@ -7,7 +7,7 @@ jobs:
7
publish:
8
9
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
12
- name: Set up Python
13
0 commit comments