Skip to content

Commit 3bb5bed

Browse files
build(deps): bump actions/cache from 4.2.2 to 4.2.3
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f48f720 commit 3bb5bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ jobs:
396396
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
397397
with:
398398
fetch-depth: 1
399-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
399+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
400400
with:
401401
path: /root/.vagrant.d
402402
key: vagrant-${{ matrix.box }}
@@ -444,7 +444,7 @@ jobs:
444444
fetch-depth: 1
445445
- uses: lima-vm/lima-actions/setup@be564a1408f84557d067b099a475652288074b2e # v1.0.0
446446
id: lima-actions-setup
447-
- uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
447+
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
448448
with:
449449
path: ~/.cache/lima
450450
key: lima-${{ steps.lima-actions-setup.outputs.version }}

0 commit comments

Comments
 (0)