Skip to content

Commit

Permalink
Update to actions/cache@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS-ovm committed Dec 13, 2024
1 parent e191833 commit 84a846e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: Cache Terraform Providers
id: cache-terraform
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .terraform
key: ${{ runner.os }}-${{ inputs.environment }}-${{ hashFiles('**/.terraform.lock.hcl') }}
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
steps:
- name: Cache Terraform Providers
id: cache-terraform
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .terraform
key: ${{ runner.os }}-${{ inputs.environment }}-${{ hashFiles('**/.terraform.lock.hcl') }}
Expand Down

0 comments on commit 84a846e

Please sign in to comment.