Skip to content

Commit

Permalink
Merge pull request #742 from overmindtech/update-deps
Browse files Browse the repository at this point in the history
Update to actions/cache@v4
  • Loading branch information
DavidS-ovm authored Dec 13, 2024
2 parents e191833 + 84a846e commit 83d743d
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 83d743d

Please sign in to comment.