Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment-terraspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
asdf_branch: v0.9.0

- name: ASDF - Cache Tools
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-asdf-tools
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/terraspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
asdf_branch: v0.9.0

- name: ASDF - Cache Tools
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-asdf-tools
with:
Expand All @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-

- name: TFLint - Cache Plugins
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.tflint.d/plugins
key: ${{ runner.os }}-tflint-${{ hashFiles('**/.tflint.hcl') }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
asdf_branch: v0.9.0

- name: ASDF - Cache Tools
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-asdf-tools
with:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
asdf_branch: v0.9.0

- name: ASDF - Cache Tools
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: cache-asdf-tools
with:
Expand Down