Skip to content

Commit 35171f1

Browse files
authored
Merge pull request #77 from venthur/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 2 to 5
2 parents 52a3418 + 078e5c2 commit 35171f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v2
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- run: |

0 commit comments

Comments
 (0)