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 6a44e68 commit 1be08c3Copy full SHA for 1be08c3
.github/workflows/pre-commit-and-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
- uses: actions/setup-python@v5
37
with:
38
python-version: 3.11
39
- - uses: hashicorp/setup-terraform@v2
+ - uses: hashicorp/setup-terraform@v3
40
- name: Install requirements
41
run: |
42
python -m venv .venv
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
- uses: aws-actions/configure-aws-credentials@v4
81
82
aws-region: ${{ env.AWS_REGION }}
0 commit comments