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 af932f8 commit eb0fb68Copy full SHA for eb0fb68
.github/workflows/build.yaml
@@ -20,9 +20,9 @@ jobs:
20
- "3.11"
21
steps:
22
- name: Check out code
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
- name: Set up Python ${{ matrix.python-version }}
25
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Build package
@@ -42,9 +42,9 @@ jobs:
42
- build-and-test
43
44
45
46
- name: Set up Python
47
48
49
python-version: "3.x"
50
0 commit comments