Skip to content

Commit faae9cc

Browse files
chore(deps): bump pnpm/action-setup from 4.1.0 to 4.2.0 (#164)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 421ed99 commit faae9cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout code
2020
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2121
- name: Install Pnpm
22-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2323
with:
2424
version: 9
2525
run_install: false
@@ -38,7 +38,7 @@ jobs:
3838
- name: Checkout code
3939
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040
- name: Install Pnpm
41-
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
41+
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
4242
with:
4343
version: 9
4444
run_install: false

.github/workflows/submit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
1515
restore-keys: |
1616
${{ runner.os }}-
17-
- uses: pnpm/action-setup@v4.1.0
17+
- uses: pnpm/action-setup@v4.2.0
1818
with:
1919
version: latest
2020
run_install: true

0 commit comments

Comments
 (0)