Skip to content

Commit 9a54bec

Browse files
Update GHA files
1 parent 697c471 commit 9a54bec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/check.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: 🧹 Lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Install poetry
1414
run: pipx install poetry==1.4.2
1515
- name: Set up Python 3.11
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.11"
1919
cache: 'poetry'
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
os: [Ubuntu, macOS, Windows]
30-
python-version: ["3.8", "3.9", "3.10", "3.11"]
30+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
3131
include:
3232
- os: Ubuntu
3333
image: ubuntu-latest
@@ -37,13 +37,13 @@ jobs:
3737
image: macos-latest
3838

3939
steps:
40-
- uses: actions/checkout@v3
40+
- uses: actions/checkout@v4
4141
with:
4242
submodules: true
4343
- name: Install poetry
4444
run: pipx install poetry==1.4.2
4545
- name: Set up Python ${{ matrix.python-version }}
46-
uses: actions/setup-python@v4
46+
uses: actions/setup-python@v5
4747
id: python-setup
4848
with:
4949
python-version: ${{ matrix.python-version }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
name: 📦 Publish
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- name: Install poetry
1414
run: pipx install poetry==1.4.2
1515
- name: Set up Python 3.11
16-
uses: actions/setup-python@v4
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: "3.11"
1919
cache: 'poetry'

0 commit comments

Comments
 (0)