Skip to content

Commit d9e37d6

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] <[email protected]>
1 parent cf55a9c commit d9e37d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
python -m pip install --upgrade -r requirements.txt
5656
5757
- name: Cache build dependencies (external assets downloaded)
58-
uses: actions/cache@v4
58+
uses: actions/cache@v5
5959
with:
6060
key: ${{ github.ref }}
6161
path: .cache

.github/workflows/pr_checker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
python -m pip install -U -r requirements.txt
4747
4848
- name: Cache build dependencies (external assets downloaded)
49-
uses: actions/cache@v4
49+
uses: actions/cache@v5
5050
with:
5151
key: ${{ github.ref }}
5252
path: .cache

0 commit comments

Comments
 (0)