Skip to content

Commit e5bec84

Browse files
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...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 302ca10 commit e5bec84

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/branch-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python-version: ${{ matrix.python-version }}
5050
-
5151
name: 💵 Python Cache
52-
uses: actions/cache@v5
52+
uses: actions/cache@v6
5353
with:
5454
path: ~/.cache/pip
5555
# The "key" used to indicate a set of cached files is the operating system runner

.github/workflows/stable-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656
-
5757
name: 💵 Python Cache
58-
uses: actions/cache@v5
58+
uses: actions/cache@v6
5959
with:
6060
path: ~/.cache/pip
6161
# The "key" used to indicate a set of cached files is the operating system runner

.github/workflows/unstable-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
token: ${{secrets.ADMIN_GITHUB_TOKEN}}
5959
-
6060
name: 💵 Python Cache
61-
uses: actions/cache@v5
61+
uses: actions/cache@v6
6262
with:
6363
path: ~/.cache/pip
6464
# The "key" used to indicate a set of cached files is the operating system runner

0 commit comments

Comments
 (0)