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