Skip to content

Commit 69dfa50

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 2d18fa9 commit 69dfa50

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') }}
@@ -83,7 +83,7 @@ jobs:
8383
id: repo
8484
run: echo "path=$(pwd)" >> $GITHUB_OUTPUT
8585
- name: Cache pip
86-
uses: actions/cache@v4
86+
uses: actions/cache@v5
8787
with:
8888
path: ~/.cache/pip
8989
key: pip-${{ matrix.python-version }}-${{ matrix.package }}-${{ hashFiles(format('Shared/pyproject.toml', matrix.package, '/pyproject.toml')) }}
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
bun-version: "1.2.21"
128128
- name: Cache bun
129-
uses: actions/cache@v4
129+
uses: actions/cache@v5
130130
with:
131131
path: ~/.bun/install/cache
132132
key: bun-${{ runner.os }}-${{ hashFiles('VibeGame/bun.lock') }}

0 commit comments

Comments
 (0)