Skip to content

Commit b94c7ad

Browse files
dependabot[bot]elchininet
authored andcommitted
[Github Actions]: Bump pnpm/action-setup in the actions-deps group
Bumps the actions-deps group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 5 to 6 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5...v6) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5dd3371 commit b94c7ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v6
1717
- name: Install pnpm
18-
uses: pnpm/action-setup@v5
18+
uses: pnpm/action-setup@v6
1919
with:
2020
version: 10
2121
run_install: false

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v6
1717
- name: Install pnpm
18-
uses: pnpm/action-setup@v5
18+
uses: pnpm/action-setup@v6
1919
with:
2020
version: 10
2121
run_install: false

0 commit comments

Comments
 (0)