Skip to content

Commit a229996

Browse files
build(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec29c52 commit a229996

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: "3.13"
2121
- name: Cache pip
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: ~/.cache/pip
2525
key: pip-lint-${{ runner.os }}-${{ hashFiles('ruff.toml', '.pre-commit-config.yaml') }}
@@ -73,7 +73,7 @@ jobs:
7373
id: repo
7474
run: echo "path=$(pwd)" >> $GITHUB_OUTPUT
7575
- name: Cache pip
76-
uses: actions/cache@v4
76+
uses: actions/cache@v5
7777
with:
7878
path: ~/.cache/pip
7979
key: pip-${{ matrix.python-version }}-${{ matrix.package }}-${{ hashFiles(format('Shared/pyproject.toml', matrix.package, '/pyproject.toml')) }}
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
bun-version: "1.2.21"
118118
- name: Cache bun
119-
uses: actions/cache@v4
119+
uses: actions/cache@v5
120120
with:
121121
path: ~/.bun/install/cache
122122
key: bun-${{ runner.os }}-${{ hashFiles('VibeGame/bun.lock') }}

0 commit comments

Comments
 (0)