We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac171ec + 66d45b9 commit bc3e7b6Copy full SHA for bc3e7b6
2 files changed
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- name: Set up Python
15
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
16
with:
17
python-version: '3.12'
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