We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5da7ab commit cd972a5Copy full SHA for cd972a5
.github/workflows/linter.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: hashicorp/setup-terraform@v2.0.3
20
21
- name: Cache terraform folder
22
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v3.3.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@v3.0.2
+ - uses: actions/cache@v3.3.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/github-tag-action@1.67.0
0 commit comments