Skip to content

Commit e2d4f44

Browse files
feat(deps): bump actions/cache from 4.2.4 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.4 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e354eae commit e2d4f44

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)