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 715d743 commit aff2c5dCopy full SHA for aff2c5d
.github/workflows/hub.yml
@@ -14,7 +14,7 @@ jobs:
14
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
15
steps:
16
- name: Check out repository code
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
19
- name: Setup Python
20
uses: actions/setup-python@v5
.github/workflows/python.yml
@@ -15,7 +15,7 @@ jobs:
- lint_mypy
- lint_black
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-python@v5
with:
21
python-version: 3.9
@@ -30,7 +30,7 @@ jobs:
30
tests:
31
runs-on: ubuntu-latest
32
33
34
35
36
0 commit comments