We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 90cef41 + c61ac64 commit ee7017aCopy full SHA for ee7017a
2 files changed
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v4
14
- name: Set up Python
15
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
16
with:
17
python-version: '3.8.10'
18
- name: Install dependencies
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
19
20
- name: Set up Python ${{ matrix.python-version }}
21
22
23
python-version: ${{ matrix.python-version }}
24
- uses: actions/cache@v4
0 commit comments