Skip to content

Commit 350cbe3

Browse files
build(deps): bump actions/cache from 5 to 6 in the github-actions group (#41)
Bumps the github-actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b318d3 commit 350cbe3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Cache pip downloads
194194
if: ${{ needs.changes.outputs.tooling == 'true' }}
195-
uses: actions/cache@v5
195+
uses: actions/cache@v6
196196
with:
197197
path: ~/.cache/pip
198198
key: tooling-pip-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
@@ -233,7 +233,7 @@ jobs:
233233

234234
- name: Cache pip downloads and wheels
235235
if: ${{ needs.changes.outputs.test == 'true' }}
236-
uses: actions/cache@v5
236+
uses: actions/cache@v6
237237
with:
238238
path: ~/.cache/pip
239239
key: test-pip-${{ runner.os }}-py3-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)