chore(deps): update actions/cache action to v5
Some checks failed
Cog release / Create release (push) Has been cancelled

This commit was merged in pull request #24.
This commit is contained in:
2025-12-18 14:19:34 +00:00
committed by Mykhailo Nikiforov
parent 2ce0f74e27
commit 9104c113dc
4 changed files with 8 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ jobs:
known-hosts: ${{ secrets.ssh-known-hosts }}
- name: Restore terraform cache
if: ${{ steps.check.outputs.code == 2 }}
uses: actions/cache@v4
uses: actions/cache@v5
id: cache-terraform-restore
with:
path: .terraform
@@ -91,7 +91,7 @@ jobs:
run: terraform apply -input=false -auto-approve tfplan.binary;
- name: Save terraform cache
if: ${{ steps.check.outputs.code == 2 }}
uses: actions/cache/save@v4
uses: actions/cache/save@v5
id: cache-terraform-save
with:
path: .terraform