Skip to content

Commit 563f636

Browse files
chore(deps): bump actions/cache from 5.0.3 to 5.0.5
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.3 to 5.0.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@cdf6c1f...27d5ce7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4726ab4 commit 563f636

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
7878

7979
- name: Cache Docker layers
80-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
80+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
8181
with:
8282
path: /tmp/.buildx-cache
8383
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/compatibility-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
install: true
8686

8787
- name: Cache Docker layers
88-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
88+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
8989
with:
9090
path: /tmp/.buildx-cache
9191
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
5757

5858
- name: Cache Docker layers
59-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
59+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
6060
with:
6161
path: /tmp/.buildx-cache
6262
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/e2e-nydus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
install: true
5151

5252
- name: Cache Docker layers
53-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
53+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
5454
with:
5555
path: /tmp/.buildx-cache
5656
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/e2e-rate-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
install: true
6969

7070
- name: Cache Docker layers
71-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
71+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
7272
with:
7373
path: /tmp/.buildx-cache
7474
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
install: true
7373

7474
- name: Cache Docker layers
75-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
75+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae
7676
with:
7777
path: /tmp/.buildx-cache
7878
key: ${{ runner.os }}-buildx-${{ github.sha }}

0 commit comments

Comments
 (0)