chore(deps): update actions/cache action to v5
All checks were successful
Cog check / Create release (pull_request) Successful in 6s

This commit is contained in:
2025-12-18 14:19:34 +00:00
parent 2ae472fd70
commit 5de49e621e
4 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ jobs:
private-key-name: id_ed25519
known-hosts: ${{ secrets.ssh-known-hosts }}
- name: Restore terraform cache
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-terraform-restore
with:
path: .terraform
@@ -85,7 +85,7 @@ jobs:
exit 1;
fi
- name: Save terraform cache
uses: actions/cache/save@v4
uses: actions/cache/save@v5
id: cache-terraform-save
with:
path: .terraform