Skip to content

Commit 685d3d2

Browse files
Bump pnpm/action-setup from 6.0.7 to 6.0.8 in the actions group
Bumps the actions group with 1 update: [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `pnpm/action-setup` from 6.0.7 to 6.0.8 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@739bfe4...0e279bb) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 047d74b commit 685d3d2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
package-manager-cache: false
2727

2828
- name: Install pnpm
29-
uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7
29+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
3030
with:
3131
run_install: |
3232
- recursive: true

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
check-latest: true
2929
package-manager-cache: pnpm
3030

31-
- uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7
31+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
3232
name: Install pnpm
3333
with:
3434
run_install: |
@@ -68,7 +68,7 @@ jobs:
6868
package-manager-cache: false
6969

7070
- name: Install pnpm
71-
uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7
71+
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
7272
with:
7373
run_install: |
7474
- recursive: true
@@ -109,7 +109,7 @@ jobs:
109109
check-latest: true
110110
package-manager-cache: pnpm
111111

112-
- uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6.0.7
112+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
113113
name: Install pnpm
114114
with:
115115
run_install: |

0 commit comments

Comments
 (0)