chore(deps): update actions/cache action to v5
All checks were successful
Cog check / Create release (pull_request) Successful in 6s
All checks were successful
Cog check / Create release (pull_request) Successful in 6s
This commit is contained in:
@@ -57,7 +57,7 @@ jobs:
|
||||
private-key-name: id_ed25519
|
||||
known-hosts: ${{ secrets.ssh-known-hosts }}
|
||||
- name: Restore tofu cache
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
id: cache-tofu-restore
|
||||
with:
|
||||
path: .terraform
|
||||
@@ -90,7 +90,7 @@ jobs:
|
||||
exit 1;
|
||||
fi
|
||||
- name: Save tofu cache
|
||||
uses: actions/cache/save@v4
|
||||
uses: actions/cache/save@v5
|
||||
id: cache-tofu-save
|
||||
with:
|
||||
path: .terraform
|
||||
|
||||
Reference in New Issue
Block a user