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 f65f958 commit d2a08d4Copy full SHA for d2a08d4
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Handle the code
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
16
- name: Set up Python 3.10
17
uses: actions/setup-python@v2
.github/workflows/testing.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
- name: "Set up Python 3.10"
24
@@ -70,7 +70,7 @@ jobs:
70
tox-env: pypy3
71
72
73
74
75
- name: Set up Python ${{ matrix.python-version }}
76
0 commit comments