Skip to content

Commit 52e6330

Browse files
authored
Merge pull request #36 from frack113/chore_version
Update test.yml
2 parents fc6791f + 4cce3db commit 52e6330

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.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' ]
14+
python-version: [ '3.8', '3.9', '3.10', '3.11', '3.12' ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: Install Poetry
1919
run: pipx install poetry
2020
- name: Set up Python
21-
uses: actions/setup-python@v2
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 == 'SigmaHQ/pySigma-backend-splunk' && 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: 47c292239759399a6e3c73b0e9656b33

0 commit comments

Comments
 (0)