diff --git a/.github/workflows/pr-comment-terraspace.yaml b/.github/workflows/pr-comment-terraspace.yaml index 3de05b74..8dce9c88 100644 --- a/.github/workflows/pr-comment-terraspace.yaml +++ b/.github/workflows/pr-comment-terraspace.yaml @@ -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: diff --git a/.github/workflows/terraspace.yaml b/.github/workflows/terraspace.yaml index fb6b95de..92915837 100644 --- a/.github/workflows/terraspace.yaml +++ b/.github/workflows/terraspace.yaml @@ -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: @@ -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') }} @@ -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: @@ -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: