Skip to content

Commit 3939ad8

Browse files
chore(deps): update all non-major github-actions dependencies
1 parent 9eeada2 commit 3939ad8

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
GITHUB_TOKEN: ${{ github.token }}
2626
- name: post comment about invalid PR title
2727
if: failure()
28-
uses: marocchino/sticky-pull-request-comment@v3.0.4
28+
uses: marocchino/sticky-pull-request-comment@v3.0.5
2929
with:
3030
header: conventional-commit-pr-title
3131
message: |
@@ -42,7 +42,7 @@ jobs:
4242
</details>
4343
- name: delete comment about invalid PR title
4444
if: success()
45-
uses: marocchino/sticky-pull-request-comment@v3.0.4
45+
uses: marocchino/sticky-pull-request-comment@v3.0.5
4646
with:
4747
header: conventional-commit-pr-title
4848
delete: true

.github/workflows/pullrequest_linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v6
2727
with:
28-
version: 11.9.0
28+
version: 11.10.0
2929
- name: Setup Node.js
3030
uses: actions/setup-node@v6
3131
with:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup pnpm
4747
uses: pnpm/action-setup@v6
4848
with:
49-
version: 11.9.0
49+
version: 11.10.0
5050
- name: Setup Node.js
5151
uses: actions/setup-node@v6
5252
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup pnpm
2323
uses: pnpm/action-setup@v6
2424
with:
25-
version: 11.9.0
25+
version: 11.10.0
2626
- name: Setup Node.js
2727
uses: actions/setup-node@v6
2828
with:
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup pnpm
6161
uses: pnpm/action-setup@v6
6262
with:
63-
version: 11.9.0
63+
version: 11.10.0
6464
- name: Setup Node.js
6565
uses: actions/setup-node@v6
6666
with:

.github/workflows/validate-openapi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Post comment about OpenAPI validation failure
7272
if: failure() && steps.check_changes.outputs.CHANGE_DETECTED == 'true'
73-
uses: marocchino/sticky-pull-request-comment@v3.0.4
73+
uses: marocchino/sticky-pull-request-comment@v3.0.5
7474
with:
7575
header: openapi-validation-yml
7676
message: |
@@ -86,7 +86,7 @@ jobs:
8686
8787
- name: Remove sticky comment on OpenAPI validation success
8888
if: success() || steps.check_changes.outputs.CHANGE_DETECTED == 'false'
89-
uses: marocchino/sticky-pull-request-comment@v3.0.4
89+
uses: marocchino/sticky-pull-request-comment@v3.0.5
9090
with:
9191
header: openapi-validation-yml
9292
delete: true
@@ -146,7 +146,7 @@ jobs:
146146
147147
- name: Post comment about client code validation failure
148148
if: failure() && env.CHANGE_DETECTED == 'true'
149-
uses: marocchino/sticky-pull-request-comment@v3.0.4
149+
uses: marocchino/sticky-pull-request-comment@v3.0.5
150150
with:
151151
header: client-code-validation
152152
message: |
@@ -162,7 +162,7 @@ jobs:
162162
163163
- name: Remove sticky comment on client code validation success
164164
if: success() || env.CHANGE_DETECTED == 'false'
165-
uses: marocchino/sticky-pull-request-comment@v3.0.4
165+
uses: marocchino/sticky-pull-request-comment@v3.0.5
166166
with:
167167
header: client-code-validation
168168
delete: true

0 commit comments

Comments
 (0)