Skip to content

Commit f694199

Browse files
authored
Merge pull request #387 from dokku/dependabot/github_actions/actions/setup-python-7
chore(deps): bump actions/setup-python from 6 to 7
2 parents 1b162c7 + 1a2aec7 commit f694199

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
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@v6
29+
- uses: actions/setup-python@v7
3030
with:
3131
python-version: "3.13"
3232

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

71-
- uses: actions/setup-python@v6
71+
- uses: actions/setup-python@v7
7272
with:
7373
python-version: "3.13"
7474

0 commit comments

Comments
 (0)