Skip to content

Commit 877b37b

Browse files
committed
actions versions bump
1 parent 2b672fc commit 877b37b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-dev-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# if: ${{ startsWith(github.event.head_commit.message, 'v') }}
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
- name: Build and publish to pypi
2222
uses: JRubics/poetry-publish@v2.1
2323
with:

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Build and publish to pypi
1919
uses: JRubics/poetry-publish@v2.0
2020
with:

0 commit comments

Comments
 (0)