Skip to content

Commit a8e24e4

Browse files
Build(deps): Bump actions/cache from 4.2.3 to 4.3.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.3 to 4.3.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@5a3ec84...0057852) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d655e4 commit a8e24e4

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@5a3ec84eff668545956fd18022155c47e93e2684
19+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
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@5a3ec84eff668545956fd18022155c47e93e2684
36+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
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@5a3ec84eff668545956fd18022155c47e93e2684
24+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
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@5a3ec84eff668545956fd18022155c47e93e2684
41+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
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)