Skip to content

Commit 4b40616

Browse files
Bump actions/cache from 4.3.0 to 5.0.1 (#3750)
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...9255dc7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82b8479 commit 4b40616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
node-version: 22
143143
- name: Cache pyodide downloads in nox cache
144-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
144+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
145145
if: ${{ startsWith(matrix.nox-session, 'emscripten') }}
146146
with:
147147
path: .nox/.cache

0 commit comments

Comments
 (0)