Skip to content

Commit 37dbb2b

Browse files
authored
Merge pull request #163 from kubernetes-sigs/dependabot/github_actions/actions/cache-4.1.1
Build(deps): Bump actions/cache from 4.1.0 to 4.1.1
2 parents edec502 + 0540b10 commit 37dbb2b

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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
19+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
36+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
24+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
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@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2
41+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8
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)