Skip to content

Commit c1a85fe

Browse files
build(deps): bump actions/cache from 4.0.2 to 4.1.2 (#533)
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 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@0c45773...6849a64) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 717201c commit c1a85fe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/aiohttp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
path: vendor/llhttp
3131
- name: Restore node_modules cache
32-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
32+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
3333
with:
3434
path: vendor/llhttp/.npm
3535
key: ubuntu-latest-node-${{ hashFiles('vendor/llhttp/**/package-lock.json') }}

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
# Skip macOS & Windows, cache there is slower
3838
- name: Restore node_modules cache for Linux
39-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
39+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
4040
if: runner.os == 'Linux'
4141
with:
4242
path: ~/.npm
@@ -79,7 +79,7 @@ jobs:
7979

8080
# Skip macOS & Windows, cache there is slower
8181
- name: Restore node_modules cache for Linux
82-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
82+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
8383
if: runner.os == 'Linux'
8484
with:
8585
path: ~/.npm
@@ -104,7 +104,7 @@ jobs:
104104
fetch-depth: 1
105105

106106
- name: Restore node_modules cache
107-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
107+
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
108108
with:
109109
path: ~/.npm
110110
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)