Skip to content

Commit 822af4b

Browse files
chore(deps): update actions/cache digest to 5a3ec84 (#2905)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | digest | `1bd1e32` -> `5a3ec84` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/fwouts/previewjs). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuMzMuNiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4c62c87 commit 822af4b

10 files changed

+10
-10
lines changed

.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
25+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
21+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
27+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
27+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
27+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
44+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
35+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
39+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # 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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
35+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
3636
with:
3737
path: ~/.pnpm-store
3838
key: ${{ runner.os }}-exclude-test-apps-${{ hashFiles('pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)