Skip to content

Commit 0e8d3d8

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
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 69d7ac4 commit 0e8d3d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pdf-at-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
python-version: 3.8
3333

3434
- name: Cache pip dependencies
35-
uses: actions/cache@v5
35+
uses: actions/cache@v6
3636
with:
3737
path: ~/.cache/pip
3838
key: ${{ runner.os }}-pip-${{ hashFiles('documentation/requirements.txt') }}

0 commit comments

Comments
 (0)