Skip to content

Commit f54221a

Browse files
chore(deps): update all digest updates (#665)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9abed78 commit f54221a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
username: ${{ vars.DOCKER_USERNAME }}
6969
password: ${{ secrets.DOCKER_PASSWORD }}
7070
- name: Cache Docker layers
71-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
71+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
7272
with:
7373
path: ${{ runner.temp }}/.buildx-cache
7474
key: ${{ runner.os }}-buildx-${{ matrix.image }}-${{ github.ref }}-${{ github.sha }}
@@ -193,7 +193,7 @@ jobs:
193193
docker load --input images/${image}
194194
done
195195
- name: Cache Docker images
196-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
196+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
197197
id: docker-images-cache
198198
with:
199199
path: /tmp/docker-images
@@ -267,7 +267,7 @@ jobs:
267267
kind get clusters
268268
kubectl config use-context kind-${{ env.CLUSTER_NAME }}
269269
- name: Restore cached Docker images
270-
uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5
270+
uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
271271
id: docker-images-cache
272272
with:
273273
path: /tmp/docker-images

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Setup Node.js
14-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
14+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
1515
with:
1616
node-version: 24
1717
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6

.github/workflows/test-yaml-schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
23-
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
23+
- uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2424
with:
2525
node-version: 24
2626
cache: npm

0 commit comments

Comments
 (0)