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 545c995 commit fd6781dCopy full SHA for fd6781d
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
fi
42
- name: Set up Python
43
id: setup_python
44
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
45
with:
46
python-version: "3.x"
47
- name: Install build dependencies
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
21
22
23
24
- name: Install dependencies
@@ -434,7 +434,7 @@ jobs:
434
435
436
- name: Set up Python ${{ matrix.py }}
437
438
439
python-version: ${{ matrix.py }}
440
- uses: actions/cache@v3
0 commit comments