Skip to content

Commit 2af7caa

Browse files
committed
updated workflows
1 parent 782caa2 commit 2af7caa

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
security-events: write
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v6
2020
- name: Initialize
2121
uses: github/codeql-action/init@v2
2222
with:

.github/workflows/publish_pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v6
1313
- name: Build and publish to pypi
14-
uses: JRubics/poetry-publish@v1.17
14+
uses: JRubics/poetry-publish@v2.1
1515
with:
1616
pypi_token: ${{ secrets.PYPI_API_TOKEN }}

.github/workflows/test-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
max-parallel: 5
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v6
1616
- name: Set up Python 3.12
17-
uses: actions/setup-python@v3
17+
uses: actions/setup-python@v6
1818
with:
1919
python-version: 3.12
2020
- name: Install dependencies

0 commit comments

Comments
 (0)