We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e41f1 commit 469de14Copy full SHA for 469de14
.github/workflows/lint.yml
@@ -13,19 +13,19 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- # Setup Python 3.10
17
- - name: Setup Python 3.10
+ # Setup Python 3.11
+ - name: Setup Python 3.11
18
id: python_setup
19
uses: actions/setup-python@v5
20
with:
21
- python-version: "3.10"
+ python-version: "3.11"
22
23
# Setup Terraform
24
- name: Setup Terraform
25
id: terraform_setup
26
uses: hashicorp/setup-terraform@v3
27
28
- terraform_version: "1.4.6"
+ terraform_version: "1.6.6"
29
terraform_wrapper: true
30
31
# Checkout repository
0 commit comments