Skip to content

Commit 83d743d

Browse files
authoredDec 13, 2024··
Merge pull request #742 from overmindtech/update-deps
Update to actions/cache@v4
2 parents e191833 + 84a846e commit 83d743d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/e2e.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: Cache Terraform Providers
1818
id: cache-terraform
19-
uses: actions/cache@v3
19+
uses: actions/cache@v4
2020
with:
2121
path: .terraform
2222
key: ${{ runner.os }}-${{ inputs.environment }}-${{ hashFiles('**/.terraform.lock.hcl') }}
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- name: Cache Terraform Providers
9696
id: cache-terraform
97-
uses: actions/cache@v3
97+
uses: actions/cache@v4
9898
with:
9999
path: .terraform
100100
key: ${{ runner.os }}-${{ inputs.environment }}-${{ hashFiles('**/.terraform.lock.hcl') }}

0 commit comments

Comments
 (0)
Please sign in to comment.