Skip to content

Commit 7a00471

Browse files
authored
Merge pull request #5 from frack113/chore
Chore workflow
2 parents 4d7ed9c + ca4b31b commit 7a00471

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
permissions:
1414
id-token: write
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Install Poetry
1818
run: pipx install poetry
1919
- name: Set up Python
20-
uses: actions/setup-python@v4
20+
uses: actions/setup-python@v5
2121
with:
2222
python-version: 3.8
2323
- name: Verify versioning

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [ 'ubuntu-20.04' ]
14-
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
14+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Install Poetry
1919
run: pipx install poetry
2020
- name: Set up Python
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
3030
run: poetry run python print-coverage.py >> $GITHUB_ENV
3131
- name: Create coverage badge
3232
if: ${{ github.repository == 'wagga40/pySigma-backend-sqlite' && github.event_name == 'push' && runner.os == 'Linux' }}
33-
uses: schneegans/dynamic-badges-action@v1.1.0
33+
uses: schneegans/dynamic-badges-action@v1.7.0
3434
with:
3535
auth: ${{ secrets.GIST_SECRET }}
3636
gistID: 2ec45ded898fa11f2c42bcb9d2b163cf

0 commit comments

Comments
 (0)