Skip to content

Commit 469de14

Browse files
committed
Update lint workflow
1 parent f5e41f1 commit 469de14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
# Setup Python 3.10
17-
- name: Setup Python 3.10
16+
# Setup Python 3.11
17+
- name: Setup Python 3.11
1818
id: python_setup
1919
uses: actions/setup-python@v5
2020
with:
21-
python-version: "3.10"
21+
python-version: "3.11"
2222

2323
# Setup Terraform
2424
- name: Setup Terraform
2525
id: terraform_setup
2626
uses: hashicorp/setup-terraform@v3
2727
with:
28-
terraform_version: "1.4.6"
28+
terraform_version: "1.6.6"
2929
terraform_wrapper: true
3030

3131
# Checkout repository

0 commit comments

Comments
 (0)