Skip to content

Commit b6fb49e

Browse files
Merge pull request #237 from nrkno/dependabot/github_actions/actions/cache-4.3.0
feat(deps): bump actions/cache from 4.2.4 to 4.3.0
2 parents e354eae + e2d4f44 commit b6fb49e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
fi
217217
218218
- name: cache terraform modules and providers
219-
uses: actions/cache@v4.2.4
219+
uses: actions/cache@v4.3.0
220220
with:
221221
path: |
222222
${{ inputs.working-directory }}/.terraform/modules/
@@ -395,7 +395,7 @@ jobs:
395395
fi
396396
397397
- name: cache terraform modules and providers
398-
uses: actions/cache@v4.2.4
398+
uses: actions/cache@v4.3.0
399399
with:
400400
path: |
401401
${{ inputs.working-directory }}/.terraform/modules/

0 commit comments

Comments
 (0)