Skip to content

Commit 324bd48

Browse files
Bump pnpm/action-setup from 4 to 6.0.8 in /.github/workflows (#210)
* Bump pnpm/action-setup from 4 to 6.0.5 in /.github/workflows Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 6.0.5. - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v6.0.5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Pin version Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> * Comment the right version Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
1 parent 1f92269 commit 324bd48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/astro-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-node@v4
1515
with:
1616
node-version: '22'
17-
- uses: pnpm/action-setup@v4
17+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 #v6.0.8
1818
with:
1919
version: 10
2020
- run: pnpm install

0 commit comments

Comments
 (0)