We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16c43d commit 7602267Copy full SHA for 7602267
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- uses: actions/checkout@v3
39
40
- name: Set up Python ${{ matrix.python-version }}
41
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
42
with:
43
python-version: ${{ matrix.python-version }}
44
cache: 'pip'
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
python-version: 3.9
30
0 commit comments