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 4da905b commit 2ed6a0bCopy full SHA for 2ed6a0b
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Deploy
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
with:
24
fetch-depth: 0
25
- uses: actions/setup-python@v4
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Test
16
17
18
python-version: '3.x'
0 commit comments