diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 237029c..808cf2b 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@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 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@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 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 34cccf7..3eb3b40 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@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 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@5a3ec84eff668545956fd18022155c47e93e2684 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 with: path: adwaita-qt-1.4.2.tar.gz key: adwaita-qt-1.4.2.tar.gz