Skip to content

Commit 54f4a0b

Browse files
Bump actions/cache from 5 to 6 (#227)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 166acf9 commit 54f4a0b

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/bundle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.13'
3030

3131
- name: Cache pip
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: ~/.cache/pip
3535
key: ${{ github.job }}-${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
@@ -88,7 +88,7 @@ jobs:
8888
python-version: '3.13'
8989

9090
- name: Cache pip
91-
uses: actions/cache@v5
91+
uses: actions/cache@v6
9292
with:
9393
path: ~\AppData\Local\pip\Cache
9494
key: ${{ github.job }}-${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
@@ -150,7 +150,7 @@ jobs:
150150
python-version: '3.13'
151151

152152
- name: Cache pip
153-
uses: actions/cache@v5
153+
uses: actions/cache@v6
154154
with:
155155
path: ~/Library/Caches/pip
156156
key: ${{ github.job }}-${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: '3.13'
2727

2828
- name: Cache pip
29-
uses: actions/cache@v5
29+
uses: actions/cache@v6
3030
with:
3131
path: ~/.cache/pip
3232
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
@@ -74,7 +74,7 @@ jobs:
7474
python-version: '3.13'
7575

7676
- name: Cache pip
77-
uses: actions/cache@v5
77+
uses: actions/cache@v6
7878
with:
7979
path: ~\AppData\Local\pip\Cache
8080
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
@@ -114,7 +114,7 @@ jobs:
114114
python-version: '3.13'
115115

116116
- name: Cache pip
117-
uses: actions/cache@v5
117+
uses: actions/cache@v6
118118
with:
119119
path: ~/Library/Caches/pip
120120
key: ${{ runner.os }}-pip-${{ hashFiles('pyproject.toml') }}
@@ -154,7 +154,7 @@ jobs:
154154
python-version: '3.13'
155155

156156
- name: Cache tox
157-
uses: actions/cache@v5
157+
uses: actions/cache@v6
158158
with:
159159
path: ~/.cache/tox
160160
key: ${{ runner.os }}-tox-${{ hashFiles('pyproject.toml') }}

0 commit comments

Comments
 (0)