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