Skip to content

Commit ce2b0df

Browse files
authored
Merge branch 'master' into dependabot/maven/maven-73e87989f2
2 parents 32dafc0 + 16a1b23 commit ce2b0df

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)