Skip to content

Commit 2ec799b

Browse files
Update actions/setup-python action to v5
1 parent b536dc4 commit 2ec799b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: actions/setup-python@v2
12+
- uses: actions/setup-python@v5
1313
- name: Build and publish to pypi
1414
uses: JRubics/poetry-publish@v1.16
1515
with:

0 commit comments

Comments
 (0)