chore(deps): update actions/cache action to v4
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
|||||||
known-hosts: ${{ secrets.ssh-known-hosts }}
|
known-hosts: ${{ secrets.ssh-known-hosts }}
|
||||||
- name: Restore terraform cache
|
- name: Restore terraform cache
|
||||||
if: ${{ steps.check.outputs.code == 2 }}
|
if: ${{ steps.check.outputs.code == 2 }}
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: cache-terraform-restore
|
id: cache-terraform-restore
|
||||||
with:
|
with:
|
||||||
path: .terraform
|
path: .terraform
|
||||||
@@ -91,7 +91,7 @@ jobs:
|
|||||||
run: terraform apply -input=false -auto-approve tfplan.binary;
|
run: terraform apply -input=false -auto-approve tfplan.binary;
|
||||||
- name: Save terraform cache
|
- name: Save terraform cache
|
||||||
if: ${{ steps.check.outputs.code == 2 }}
|
if: ${{ steps.check.outputs.code == 2 }}
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v4
|
||||||
id: cache-terraform-save
|
id: cache-terraform-save
|
||||||
with:
|
with:
|
||||||
path: .terraform
|
path: .terraform
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ jobs:
|
|||||||
private-key-name: id_ed25519
|
private-key-name: id_ed25519
|
||||||
known-hosts: ${{ secrets.ssh-known-hosts }}
|
known-hosts: ${{ secrets.ssh-known-hosts }}
|
||||||
- name: Restore terraform cache
|
- name: Restore terraform cache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
id: cache-terraform-restore
|
id: cache-terraform-restore
|
||||||
with:
|
with:
|
||||||
path: .terraform
|
path: .terraform
|
||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
- name: Save terraform cache
|
- name: Save terraform cache
|
||||||
uses: actions/cache/save@v3
|
uses: actions/cache/save@v4
|
||||||
id: cache-terraform-save
|
id: cache-terraform-save
|
||||||
with:
|
with:
|
||||||
path: .terraform
|
path: .terraform
|
||||||
|
|||||||
Reference in New Issue
Block a user