Skip to content

Commit 9318439

Browse files
Bump actions/cache from 3 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...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 499315f commit 9318439

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: ${{ matrix.python-version }}
3333
# Cache Poetry dependencies to speed up builds
3434
- name: Cache Poetry virtualenv
35-
uses: actions/cache@v3
35+
uses: actions/cache@v6
3636
with:
3737
path: ~/.cache/pypoetry
3838
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
shell: bash
3030
# Cache Poetry dependencies to speed up builds
3131
- name: Cache Poetry virtualenv
32-
uses: actions/cache@v3
32+
uses: actions/cache@v6
3333
with:
3434
path: ~/.cache/pypoetry
3535
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}

0 commit comments

Comments
 (0)