Skip to content

Commit 3ab562d

Browse files
authored
Merge pull request #171 from kubernetes-sigs/dependabot/github_actions/actions/cache-4.2.0
Build(deps): Bump actions/cache from 4.1.2 to 4.2.0
2 parents 0c38bb7 + d7391bb commit 3ab562d

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@6849a6489940f00c2f30c0fb92c6274307ccb58a
19+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
36+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
24+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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@6849a6489940f00c2f30c0fb92c6274307ccb58a
41+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
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)