Skip to content

Commit a4755e6

Browse files
chore(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 0db4735 commit a4755e6

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.12"
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') }}
@@ -88,7 +88,7 @@ jobs:
8888
id: repo
8989
run: echo "path=$(pwd)" >> $GITHUB_OUTPUT
9090
- name: Cache pip
91-
uses: actions/cache@v4
91+
uses: actions/cache@v5
9292
with:
9393
path: ~/.cache/pip
9494
key: pip-${{ matrix.python-version }}-${{ matrix.package }}-${{ hashFiles(format('Shared/pyproject.toml', matrix.package, '/pyproject.toml')) }}
@@ -131,7 +131,7 @@ jobs:
131131
with:
132132
bun-version: "1.2.21"
133133
- name: Cache bun
134-
uses: actions/cache@v4
134+
uses: actions/cache@v5
135135
with:
136136
path: ~/.bun/install/cache
137137
key: bun-${{ runner.os }}-${{ hashFiles('VibeGame/bun.lock') }}

0 commit comments

Comments
 (0)