diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d97b19f..c58dc47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: cache: 'npm' - name: Cache Electron binary - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: | ~/.cache/electron @@ -173,7 +173,7 @@ jobs: cat SHA256SUMS.txt - name: Create Release - uses: softprops/action-gh-release@1853d73993c8ca1b2c9c1a7fede39682d0ab5c2a # v2 + uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: files: | artifacts/linux-build/* diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efc8307..57da523 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: cache: 'npm' - name: Cache Electron binary - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v4 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4 with: path: | ~/.cache/electron