Skip to content

Commit 4265b5a

Browse files
Bump actions/cache from 4 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2bf4183 commit 4265b5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
python-version: '3.x'
125125
cache: pip
126126
cache-dependency-path: .github/workflows/requirements.txt
127-
- uses: actions/cache@v4
127+
- uses: actions/cache@v6
128128
with:
129129
path: ${{ env.MESON_PACKAGE_CACHE }}
130130
key: wraps-${{ hashFiles('subprojects/*.wrap') }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
python-version: '3.x'
4444
cache: pip
4545
cache-dependency-path: .github/workflows/requirements.txt
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v6
4747
with:
4848
path: ${{ env.MESON_PACKAGE_CACHE }}
4949
key: wraps-${{ hashFiles('subprojects/*.wrap') }}

0 commit comments

Comments
 (0)