WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 9a837d9

Browse files
committed
bump actions/cache to v4.2.2
1 parent 6b1898c commit 9a837d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/checkout@v4
4444
- name: 🏗 Set up build cache
4545
id: cache
46-
uses: actions/cache@v4.0.2
46+
uses: actions/cache@v4.2.2
4747
with:
4848
path: /tmp/.docker-cache
4949
key: docker-${{ matrix.architecture }}-${{ github.sha }}

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: actions/checkout@v4
7474
- name: 🏗 Set up build cache
7575
id: cache
76-
uses: actions/cache@v4.0.2
76+
uses: actions/cache@v4.2.2
7777
with:
7878
path: /tmp/.docker-cache
7979
key: docker-${{ matrix.architecture }}-${{ github.sha }}

0 commit comments

Comments
 (0)