We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f3c650 commit 9ac9b15Copy full SHA for 9ac9b15
2 files changed
.github/workflows/ci.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
14
15
- name: Set up Python
16
uses: actions/setup-python@v3
@@ -36,7 +36,7 @@ jobs:
36
- "pypy-3.6"
37
38
39
40
41
- name: Set up Python ${{ matrix.python }}
42
@@ -59,7 +59,7 @@ jobs:
59
runs-on: windows-latest
60
61
62
63
64
- uses: codecov/codecov-action@v1
65
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
environment: Deploy
with:
17
ref: ${{ github.event.inputs.tag }}
18
- uses: actions/setup-python@v3
0 commit comments