From d7391bb55a9f064a2ed600db86ecf6ada7b41e54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 02:37:54 +0000 Subject: [PATCH] Build(deps): Bump actions/cache from 4.1.2 to 4.2.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/6849a6489940f00c2f30c0fb92c6274307ccb58a...1bd1e32a3bdc45362d1e726936510720a7c30a57) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linux.yml | 4 ++-- .github/workflows/tag-and-release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 1e9679b..56b2b4d 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -16,7 +16,7 @@ jobs: cache: true - name: cache linuxdeployqt id: cache-appimage - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: linuxdeployqt-continuous-x86_64.AppImage key: linuxdeployqt-x86_64 @@ -33,7 +33,7 @@ jobs: rm -rf squashfs-root chmod -x linuxdeployqt-continuous-x86_64.AppImage - name: cache adwaita-qt - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: adwaita-qt-1.4.2.tar.gz key: adwaita-qt-1.4.2.tar.gz diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 3298e54..400726c 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -21,7 +21,7 @@ jobs: cache: true - name: cache linuxdeployqt id: cache-appimage - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: linuxdeployqt-continuous-x86_64.AppImage key: linuxdeployqt-x86_64 @@ -38,7 +38,7 @@ jobs: rm -rf squashfs-root chmod -x linuxdeployqt-continuous-x86_64.AppImage - name: cache adwaita-qt - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: adwaita-qt-1.4.2.tar.gz key: adwaita-qt-1.4.2.tar.gz