Skip to content

Commit

Permalink
Bump setup-python action to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
pcraig3 committed Nov 19, 2024
1 parent 2ce39d3 commit 42d0a79
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
working-directory: ./bloom_nofos
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11.9"
- uses: Gr1N/setup-poetry@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/django_gcp_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Set up Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.9"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/old_django_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory: ./bloom_nofos
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11.9"
- uses: Gr1N/setup-poetry@v8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/old_django_gcp_migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: "actions/checkout@v4"

- name: "Set up Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11.9"

Expand Down

0 comments on commit 42d0a79

Please sign in to comment.