Skip to content

Commit d52e58f

Browse files
authored
Merge pull request #229 from dokku/dependabot/github_actions/actions/setup-python-5
chore(deps): bump actions/setup-python from 4 to 5
2 parents eb46fc4 + ea92f11 commit d52e58f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
fetch-depth: 0
2828

29-
- uses: actions/setup-python@v4
29+
- uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.7.x'
3232

@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
fetch-depth: 0
7070

71-
- uses: actions/setup-python@v4
71+
- uses: actions/setup-python@v5
7272
with:
7373
python-version: '3.7.x'
7474

0 commit comments

Comments
 (0)