Skip to content

Commit aa4fee4

Browse files
authored
Merge pull request #987 from Cysharp/dependabot/github_actions/pnpm/action-setup-4.2.0
chore(deps): bump pnpm/action-setup from 4.1.0 to 4.2.0
2 parents 736e845 + 39529c4 commit aa4fee4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: Cysharp/Actions/.github/actions/checkout@main
2020
with:
2121
fetch-depth: 0
22-
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22+
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2323
with:
2424
version: 9
2525
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: Cysharp/Actions/.github/actions/checkout@main
2020
with:
2121
fetch-depth: 0
22-
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
22+
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2323
with:
2424
version: 9
2525
- uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0

0 commit comments

Comments
 (0)