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