Skip to content

Commit 6469fb8

Browse files
authored
Merge pull request #115 from sjswerdloff/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents edade43 + 1e41eae commit 6469fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Set up Python 3.10
23-
uses: actions/setup-python@v3
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.10"
2626
- name: Install pip

0 commit comments

Comments
 (0)