From 2f14381264793df01fbee38c7f79bd9bba8a223b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:09:47 +0000 Subject: [PATCH] Build(deps): Bump actions/cache from 4.0.2 to 4.1.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.2 to 4.1.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/0c45773b623bea8c8e75f6c82b208c3cf94ea4f9...2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2) --- 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 dd3772b..c75f80c 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 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 6f9eb1e..b64862f 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 + uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 with: path: adwaita-qt-1.4.2.tar.gz key: adwaita-qt-1.4.2.tar.gz