Skip to content

Commit

Permalink
Merge pull request #405 from HackSoftware/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ependencies/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
RadoRado authored May 27, 2024
2 parents 8b3e10f + 8d70cf3 commit 0a580bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10.8
cache: "pip"
Expand Down

0 comments on commit 0a580bc

Please sign in to comment.