Skip to content

Commit 0a580bc

Browse files
authored
Merge pull request #405 from HackSoftware/dependabot/github_actions/dependencies/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 8b3e10f + 8d70cf3 commit 0a580bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/django.yml

+1-1
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@v4
32-
- uses: actions/setup-python@v4
32+
- uses: actions/setup-python@v5
3333
with:
3434
python-version: 3.10.8
3535
cache: "pip"

0 commit comments

Comments
 (0)