Skip to content

Commit edeb3f2

Browse files
renovate[bot]sayboras
authored andcommitted
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cb078cc commit edeb3f2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-envoy-image-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
3434

3535
- name: Cache Docker layers
36-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
36+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
3737
with:
3838
path: /tmp/buildx-cache
3939
key: docker-cache-${{ github.head_ref }}

.github/workflows/build-envoy-images-release-base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
echo "BUILDER_DOCKER_HASH=$(git ls-tree --full-tree HEAD -- ./Dockerfile.builder | awk '{ print $3 }')" >> $GITHUB_ENV
6363
6464
- name: Cache Docker layers
65-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
65+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
6666
with:
6767
path: /tmp/buildx-cache
6868
key: docker-cache-tests
@@ -167,7 +167,7 @@ jobs:
167167
tags: quay.io/${{ github.repository_owner }}/cilium-envoy-builder:${{ github.ref_name }}-archive-latest
168168

169169
- name: Cache Docker layers
170-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
170+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
171171
with:
172172
path: /tmp/buildx-cache
173173
key: docker-cache-${{ github.ref_name }}

.github/workflows/ci-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
4545

4646
- name: Cache Docker layers
47-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
47+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
4848
with:
4949
path: /tmp/buildx-cache
5050
key: docker-cache-tests

0 commit comments

Comments
 (0)