Skip to content

Commit 0eeebe4

Browse files
chore: bump actions/cache from 3.3.1 to 4.1.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@88522ab...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74f2d9c commit 0eeebe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
2020

2121
- name: Cache Dependencies
22-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8
22+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
2323
with:
2424
path: |
2525
~/.npm

0 commit comments

Comments
 (0)