Skip to content

Commit 1073c75

Browse files
committed
revving GH actions
1 parent 7d639cd commit 1073c75

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/components-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/[email protected]
5252
- uses: pnpm/[email protected]
5353
with:
54-
version: 7.33.6
54+
version: 9.14.2
5555
- name: Get pnpm store directory
5656
id: pnpm-cache
5757
run: |
@@ -140,7 +140,7 @@ jobs:
140140
uses: actions/[email protected]
141141
- uses: pnpm/[email protected]
142142
with:
143-
version: 7.33.6
143+
version: 9.14.2
144144
- name: Get pnpm store directory
145145
id: pnpm-cache
146146
run: |

.github/workflows/publish-components.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/[email protected]
1515
- uses: pnpm/[email protected]
1616
with:
17-
version: 7.33.6
17+
version: 9.14.2
1818
- name: Get pnpm store directory
1919
id: pnpm-cache
2020
run: |
@@ -122,7 +122,7 @@ jobs:
122122
uses: actions/[email protected]
123123
- uses: pnpm/[email protected]
124124
with:
125-
version: 7.33.6
125+
version: 9.14.2
126126
- name: Get pnpm store directory
127127
id: pnpm-cache
128128
run: |

.github/workflows/publish-marketplace-content.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/[email protected]
1515
- uses: pnpm/[email protected]
1616
with:
17-
version: 7.33.6
17+
version: 9.14.2
1818
- name: Get pnpm store directory
1919
id: pnpm-cache
2020
run: |

.github/workflows/publish-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/[email protected]
2424
- uses: pnpm/[email protected]
2525
with:
26-
version: 7.33.6
26+
version: 9.14.2
2727
- name: Get pnpm store directory
2828
if: github.ref != 'refs/heads/master' # Cache is used only for dry runs
2929
id: pnpm-cache

.github/workflows/publish-platform-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/[email protected]
1616
- uses: pnpm/[email protected]
1717
with:
18-
version: 7.33.6
18+
version: 9.14.2
1919
- uses: actions/[email protected]
2020
with:
2121
node-version: 18

.github/workflows/pull-request-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
fetch-depth: 0
5656
- uses: pnpm/[email protected]
5757
with:
58-
version: 7.33.6
58+
version: 9.14.2
5959
- name: Get pnpm store directory
6060
id: pnpm-cache
6161
run: |

0 commit comments

Comments
 (0)