Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 4 to 5
Browse files Browse the repository at this point in the history
chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
grasshopper-josh authored Jul 18, 2024
2 parents 113b123 + 71a13d7 commit 6a44e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
container: bjorncloudandthings/terraform-aws-github:latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: hashicorp/setup-terraform@v2
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
container: bjorncloudandthings/terraform-aws-github:latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- uses: hashicorp/setup-terraform@v2
Expand Down

0 comments on commit 6a44e68

Please sign in to comment.