Skip to content

Commit 8168828

Browse files
chore(deps): bump actions/cache from 4.2.4 to 4.3.0 in /.github/actions/install-deps in the action-deps group (#8543)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a7b9f69 commit 8168828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install-deps/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
# Root path permission workaround for caching https://github.com/actions/cache/issues/845#issuecomment-1252594999
2121
- run: sudo chown "$USER" /usr/local
2222
shell: bash
23-
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
23+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2424
id: cache-toolchain
2525
if: ${{ inputs.use-cache == 'true' }}
2626
with:

0 commit comments

Comments
 (0)