Skip to content

Commit

Permalink
fix: upgrade CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
KoLiBer committed Oct 9, 2024
1 parent c0c483f commit 55cdc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: "1.9.5"
- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: .terraform/
key: ${{ hashFiles('.terraform.lock.hcl') }}
Expand Down

0 comments on commit 55cdc42

Please sign in to comment.