We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e96de commit 494ac98Copy full SHA for 494ac98
1 file changed
.github/workflows/release.yml
@@ -11,10 +11,10 @@ jobs:
11
release:
12
strategy:
13
matrix:
14
- python-version: ["3.8"]
+ python-version: ["3.12"]
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: actions/setup-python@v4
20
with:
@@ -27,7 +27,7 @@ jobs:
27
installer-parallel: true
28
- name: Load cached venv
29
id: cached-poetry-venv
30
- uses: actions/cache@v3
+ uses: actions/cache@v4
31
32
path: .venv
33
key: venv-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
0 commit comments