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 9697779 commit e0780caCopy full SHA for e0780ca
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
image: python:${{ matrix.python-version }}-slim
34
35
steps:
36
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
37
- name: Install dependencies
38
run: |
39
python -m pip install --upgrade pip
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
21
- - uses: actions/checkout@v2
22
- name: Set up Python
23
uses: actions/setup-python@v2
24
with:
0 commit comments