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 4c57b77 commit 41fbf4eCopy full SHA for 41fbf4e
.github/workflows/documentation.yaml
@@ -17,7 +17,7 @@ jobs:
17
name: Setup TFLint
18
with:
19
tflint_version: v0.38.1
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
- uses: actions/setup-python@v4
22
- uses: pre-commit/[email protected]
23
# pre-commit fails if it changed files
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Check if terraform files are formatted correctly.
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
14
ref: ${{ github.event.pull_request.head.ref }}
15
0 commit comments