Skip to content

Commit 268cf17

Browse files
ci(deps): bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f5c9de2 commit 268cf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: astral-sh/setup-uv@v6
3636

3737
- name: Cache dependencies
38-
uses: actions/cache@v3
38+
uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.cache/uv
@@ -101,7 +101,7 @@ jobs:
101101
uses: astral-sh/setup-uv@v6
102102

103103
- name: Cache dependencies
104-
uses: actions/cache@v3
104+
uses: actions/cache@v4
105105
with:
106106
path: |
107107
~/.cache/uv

0 commit comments

Comments
 (0)