diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1777f6794..92eb1c0ca 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -30,7 +30,7 @@ jobs: run: npm run build - name: Save Build folders - uses: actions/cache/save@v4 + uses: actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | dist diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 679e9cb82..d22626d67 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -71,7 +71,7 @@ jobs: run: npm ci - name: Restore the build folders - uses: actions/cache/restore@v4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | dist @@ -114,7 +114,7 @@ jobs: run: npm ci - name: Restore the build folders - uses: actions/cache/restore@v4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | dist @@ -144,7 +144,7 @@ jobs: run: npm ci - name: Restore the build folders - uses: actions/cache/restore@v4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | dist diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e639e30f..9e4256261 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -56,7 +56,7 @@ jobs: run: npm ci - name: Restore the build folders - uses: actions/cache/restore@v4 + uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6 with: path: | dist