Skip to content

Commit 16a1b23

Browse files
dependabot[bot]dkasimovskiy
authored andcommitted
chore(deps): bump actions/cache from 3 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...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>
1 parent 7f1b225 commit 16a1b23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Setup docker image cache
3838
id: docker-image-cache
39-
uses: actions/cache@v3
39+
uses: actions/cache@v5
4040
with:
4141
path: ${{ env.CI_DOCKER_CACHE_PATH }}
4242
key: ${{ env.RENDERER_IMAGE }}

.github/workflows/release-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Setup docker image cache
5656
id: docker-image-cache
57-
uses: actions/cache@v3
57+
uses: actions/cache@v5
5858
with:
5959
path: ${{ env.CI_DOCKER_CACHE_PATH }}
6060
key: ${{ env.RENDERER_IMAGE }}

0 commit comments

Comments
 (0)