We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32dafc0 + 16a1b23 commit ce2b0dfCopy full SHA for ce2b0df
.github/workflows/dev-documentation.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- name: Setup docker image cache
38
id: docker-image-cache
39
- uses: actions/cache@v3
+ uses: actions/cache@v5
40
with:
41
path: ${{ env.CI_DOCKER_CACHE_PATH }}
42
key: ${{ env.RENDERER_IMAGE }}
.github/workflows/release-documentation.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
60
0 commit comments