Skip to content

Commit 9e3927b

Browse files
build(deps): bump actions/cache from 4 to 5 (#424)
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>
1 parent 0e3bf8d commit 9e3927b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
poetry-version: ${{ env.POETRY_VERSION }}
2727

2828
- name: Restore & Cache Poetry and Dependences
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
id: poetry-cache
3131
with:
3232
path: |

.github/workflows/document-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ${{ env.CXX }} --version
5050

5151
- name: Restore & Cache {fmt}
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
id: fmt-cache
5454
with:
5555
path: ${{ runner.temp }}/libs/fmt

0 commit comments

Comments
 (0)