Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit 70e2e05

Browse files
chore(deps): update actions/cache digest to 0057852
1 parent cc4ef82 commit 70e2e05

10 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/release-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
2424
- name: Cache pnpm modules
25-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
25+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2626
with:
2727
path: ~/.pnpm-store
2828
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/release-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 18.x
2020
- name: Cache pnpm modules
21-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
21+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2222
with:
2323
path: ~/.pnpm-store
2424
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/release-intellij-plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Cache pnpm modules
27-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2828
with:
2929
path: ~/.pnpm-store
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/release-vscode-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Cache pnpm modules
27-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2828
with:
2929
path: ~/.pnpm-store
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/release-vscodium-extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626
- name: Cache pnpm modules
27-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
27+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
2828
with:
2929
path: ~/.pnpm-store
3030
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/test-app-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
- name: Cache pnpm modules
44-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
44+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4545
with:
4646
path: ~/.pnpm-store
4747
key: ${{ runner.os }}-full-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/test-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
- name: Cache pnpm modules
35-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
35+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3636
with:
3737
path: ~/.pnpm-store
3838
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/test-core-components.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version: ${{ matrix.node-version }}
3838
- name: Cache pnpm modules
39-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4040
with:
4141
path: ~/.pnpm-store
4242
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/test-intellij.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
distribution: "temurin"
3737
java-version: "11"
3838
- name: Cache pnpm modules
39-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
39+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4040
with:
4141
path: ~/.pnpm-store
4242
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

.github/workflows/test-vscode.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
- name: Cache pnpm modules
35-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
35+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
3636
with:
3737
path: ~/.pnpm-store
3838
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)