Skip to content

Commit 9d28649

Browse files
ci: Bump the github-action-workflows group with 2 updates (#309)
chore: bump the github-action-workflows group with 2 updates Bumps the github-action-workflows group with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). Updates `pnpm/action-setup` from 4 to 5 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v4...v5) Updates `marocchino/sticky-pull-request-comment` from 2 to 3 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@v2...v3) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-workflows - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-workflows ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac7e3fc commit 9d28649

8 files changed

Lines changed: 10 additions & 10 deletions

.github/workflows/lint-pr-title-preview-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: read
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: pnpm/action-setup@v4
16+
- uses: pnpm/action-setup@v5
1717
with:
1818
version: 9
1919
- uses: actions/setup-node@v6

.github/workflows/lint-pr-title-preview-ignoreLabels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: read
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: pnpm/action-setup@v4
18+
- uses: pnpm/action-setup@v5
1919
with:
2020
version: 9
2121
- uses: actions/setup-node@v6

.github/workflows/lint-pr-title-preview-outputErrorMessage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: pnpm/action-setup@v4
16+
- uses: pnpm/action-setup@v5
1717
with:
1818
version: 9
1919
- uses: actions/setup-node@v6
@@ -25,7 +25,7 @@ jobs:
2525
id: lint_pr_title
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28-
- uses: marocchino/sticky-pull-request-comment@v2
28+
- uses: marocchino/sticky-pull-request-comment@v3
2929
# When the previous steps fails, the workflow would stop. By adding this
3030
# condition you can continue the execution with the populated error message.
3131
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -43,7 +43,7 @@ jobs:
4343
```
4444
# Delete a previous comment when the issue has been resolved
4545
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
46-
uses: marocchino/sticky-pull-request-comment@v2
46+
uses: marocchino/sticky-pull-request-comment@v3
4747
with:
4848
header: pr-title-lint-error
4949
delete: true

.github/workflows/lint-pr-title-preview-validateSingleCommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: read
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: pnpm/action-setup@v4
16+
- uses: pnpm/action-setup@v5
1717
with:
1818
version: 9
1919
- uses: actions/setup-node@v6

.github/workflows/lint-pr-title-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: read
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: pnpm/action-setup@v4
16+
- uses: pnpm/action-setup@v5
1717
with:
1818
version: 9
1919
- uses: actions/setup-node@v6

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: read
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: pnpm/action-setup@v4
16+
- uses: pnpm/action-setup@v5
1717
with:
1818
version: 9
1919
- uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pull-requests: write
1515
steps:
1616
- uses: actions/checkout@v6
17-
- uses: pnpm/action-setup@v4
17+
- uses: pnpm/action-setup@v5
1818
with:
1919
version: 9
2020
- uses: actions/setup-node@v6

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
contents: read
1414
steps:
1515
- uses: actions/checkout@v6
16-
- uses: pnpm/action-setup@v4
16+
- uses: pnpm/action-setup@v5
1717
with:
1818
version: 9
1919
- uses: actions/setup-node@v6

0 commit comments

Comments
 (0)