Skip to content

Commit e4e3121

Browse files
chore(deps): update pnpm/action-setup action to v4.4.0 (#857)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6ee6770 commit e4e3121

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717

18-
- uses: pnpm/action-setup@v4.2.0
18+
- uses: pnpm/action-setup@v4.4.0
1919
with:
2020
run_install: false
2121

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v5
10-
- uses: pnpm/action-setup@v4.2.0
10+
- uses: pnpm/action-setup@v4.4.0
1111
with:
1212
run_install: false
1313
- uses: actions/[email protected]

0 commit comments

Comments
 (0)