Skip to content

Commit 6d655e4

Browse files
authored
Merge pull request #184 from kubernetes-sigs/dependabot/github_actions/actions/cache-4.2.3
Build(deps): Bump actions/cache from 4.2.2 to 4.2.3
2 parents aaa8769 + 84a0fa5 commit 6d655e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache: true
1717
- name: cache linuxdeployqt
1818
id: cache-appimage
19-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
19+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
2020
with:
2121
path: linuxdeployqt-continuous-x86_64.AppImage
2222
key: linuxdeployqt-x86_64
@@ -33,7 +33,7 @@ jobs:
3333
rm -rf squashfs-root
3434
chmod -x linuxdeployqt-continuous-x86_64.AppImage
3535
- name: cache adwaita-qt
36-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
36+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
3737
with:
3838
path: adwaita-qt-1.4.2.tar.gz
3939
key: adwaita-qt-1.4.2.tar.gz

.github/workflows/tag-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: true
2222
- name: cache linuxdeployqt
2323
id: cache-appimage
24-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
24+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
2525
with:
2626
path: linuxdeployqt-continuous-x86_64.AppImage
2727
key: linuxdeployqt-x86_64
@@ -38,7 +38,7 @@ jobs:
3838
rm -rf squashfs-root
3939
chmod -x linuxdeployqt-continuous-x86_64.AppImage
4040
- name: cache adwaita-qt
41-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf
41+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684
4242
with:
4343
path: adwaita-qt-1.4.2.tar.gz
4444
key: adwaita-qt-1.4.2.tar.gz

0 commit comments

Comments
 (0)