From 5173e1c466cd89aadf5ac226ce149eff697ff8cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:01:45 +0000 Subject: [PATCH] Build(deps): Bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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/3624ceb22c1c5a301c8db4169662070a689d9ea8...6849a6489940f00c2f30c0fb92c6274307ccb58a) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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 046b82d..5f15997 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a 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 1b9ce40..bdb4a29 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a 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@3624ceb22c1c5a301c8db4169662070a689d9ea8 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a with: path: adwaita-qt-1.4.2.tar.gz key: adwaita-qt-1.4.2.tar.gz