This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new d55ed02759 HDDS-15720. Bump actions/cache to 6.1.0 (#478)
d55ed02759 is described below
commit d55ed027599bbdd918957086da8b94bcb85fc0e5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 19:58:02 2026 +0200
HDDS-15720. Bump actions/cache to 6.1.0 (#478)
---
.github/workflows/docusaurus.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/docusaurus.yml b/.github/workflows/docusaurus.yml
index 8d77d940b5..e398983a64 100644
--- a/.github/workflows/docusaurus.yml
+++ b/.github/workflows/docusaurus.yml
@@ -40,7 +40,7 @@ jobs:
persist-credentials: false
- name: Check Docker image cache
id: cache
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: ${{ env.image_tar }}
key: image2-${{ hashFiles('Dockerfile', 'compose.yml',
'pnpm-lock.yaml') }}
@@ -55,7 +55,7 @@ jobs:
docker save ozone-site --output="$image_tar"
- name: Save docker image tar to cache
if: steps.cache.outputs.cache-hit != 'true'
- uses: actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: ${{ env.image_tar }}
key: image2-${{ hashFiles('Dockerfile', 'compose.yml',
'pnpm-lock.yaml') }}
@@ -69,7 +69,7 @@ jobs:
with:
persist-credentials: false
- name: Restore docker image tar from cache
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: ${{ env.image_tar }}
key: image2-${{ hashFiles('Dockerfile', 'compose.yml',
'pnpm-lock.yaml') }}
@@ -102,7 +102,7 @@ jobs:
name: build
path: build
- name: Restore docker image tar from cache
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: ${{ env.image_tar }}
key: image2-${{ hashFiles('Dockerfile', 'compose.yml',
'pnpm-lock.yaml') }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]