Skip to content

Commit b223921

Browse files
committed
Update github action versions
1 parent 55ee7fe commit b223921

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
18-
- uses: actions/setup-python@v4
17+
uses: actions/checkout@v4.1.7
18+
- uses: actions/setup-python@v5.2.0
1919
with:
2020
python-version: 3.11
2121
- name: Build and publish to pypi
22-
uses: JRubics/poetry-publish@v1.17
22+
uses: JRubics/poetry-publish@v2.0
2323
with:
2424
pypi_token: ${{ secrets.PYPI_TOKEN }}

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626

2727
# Steps represent a sequence of tasks that will be executed as part of the job
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4.1.7
3030
- name: Set up Python ${{ matrix.python-version }}
31-
uses: actions/setup-python@v4
31+
uses: actions/setup-python@v5.2.0
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
- name: Check with ruff

0 commit comments

Comments
 (0)