Skip to content

Commit f45a4f1

Browse files
chore(deps): bump actions/cache from 4 to 5 (#65)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' 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> Co-authored-by: Gabriel Dugny <git@dugny.me>
1 parent d61fb52 commit f45a4f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
echo "PIP_CACHE=$(pip cache dir)" >> $GITHUB_OUTPUT
7979
echo "PDM_CACHE=$(pdm config cache_dir)" >> $GITHUB_OUTPUT
8080
- name: Cache PIP and PDM
81-
uses: actions/cache@v4
81+
uses: actions/cache@v5
8282
with:
8383
path: |
8484
${{ steps.set_variables.outputs.PIP_CACHE }}

0 commit comments

Comments
 (0)