Skip to content

Commit 9a30e52

Browse files
authored
Merge pull request #134 from objectstack-ai/copilot/fix-action-step-issue-again
2 parents 11d733c + 6007c03 commit 9a30e52

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 10.28.0
30+
version: 10.28.1
3131

3232
- name: Get pnpm store directory
3333
shell: bash
@@ -76,7 +76,7 @@ jobs:
7676
- name: Install pnpm
7777
uses: pnpm/action-setup@v4
7878
with:
79-
version: 10.28.0
79+
version: 10.28.1
8080

8181
- name: Get pnpm store directory
8282
shell: bash

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@v4
2929
with:
30-
version: 10.28.0
30+
version: 10.28.1
3131

3232
- name: Get pnpm store directory
3333
shell: bash

.github/workflows/pr-automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Install pnpm
6969
uses: pnpm/action-setup@v4
7070
with:
71-
version: 10.28.0
71+
version: 10.28.1
7272

7373
- name: Install dependencies
7474
run: pnpm install --frozen-lockfile

.github/workflows/validate-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install pnpm
3131
uses: pnpm/action-setup@v4
3232
with:
33-
version: 10.28.0
33+
version: 10.28.1
3434

3535
- name: Get pnpm store directory
3636
shell: bash

0 commit comments

Comments
 (0)