We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc4c92f commit 9808593Copy full SHA for 9808593
.github/workflows/linter.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: hashicorp/[email protected]
20
21
- name: Cache terraform folder
22
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4.2.3
23
with:
24
path: ./.terraform
25
key: terraform
@@ -38,8 +38,8 @@ jobs:
38
name: "tflint"
39
runs-on: ubuntu-latest
40
steps:
41
- - uses: actions/checkout@v3
42
- - uses: actions/cache@v3.3.2
+ - uses: actions/checkout@v4.2.2
+ - uses: actions/cache@v4.2.3
43
name: Cache tflint plugin dir
44
45
path: ~/.tflint.d/plugins
.github/workflows/release.draft.yml
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
- name: check next version
uses: anothrNick/[email protected]
0 commit comments