Skip to content

Commit 83fb6df

Browse files
Update actions/setup-python action to v5 (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1f0da9d commit 83fb6df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: terraform apply -auto-approve -var-file=${{env.env}}.tfvars
3232
- uses: stefanzweifel/git-auto-commit-action@v4
3333
- name: Setup Python
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: '3.11'
3737
- name: Install ansible

.github/workflows/deploy-prod.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: terraform apply -auto-approve -var-file=${{env.env}}.tfvars
3232
- uses: stefanzweifel/git-auto-commit-action@v4
3333
- name: Setup Python
34-
uses: actions/setup-python@v4
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: '3.11'
3737
- name: Install ansible

.github/workflows/syntax-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@v4
1313
- name: Setup Python
14-
uses: actions/setup-python@v4
14+
uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.11'
1717
- name: Install ansible

0 commit comments

Comments
 (0)