We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32b5795 + 774983d commit 6d08931Copy full SHA for 6d08931
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
os: [ubuntu-latest, macos-latest, windows-latest]
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
25
- name: Set up Python ${{ matrix.python-version }}
26
uses: actions/setup-python@v4
27
with:
.github/workflows/deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
python-version: [3.7, 3.8, 3.9]
17
18
19
20
0 commit comments