Skip to content

Commit caf0a9e

Browse files
authored
Merge pull request #542 from HackSoftware/dependabot/github_actions/dependencies/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents b77d437 + 5105e68 commit caf0a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3030
steps:
3131
- uses: actions/checkout@v5
32-
- uses: actions/setup-python@v5
32+
- uses: actions/setup-python@v6
3333
with:
3434
python-version: 3.12.4
3535
cache: "pip"

0 commit comments

Comments
 (0)