Skip to content

Commit 2f26bcc

Browse files
Bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) and [WordPress/plugin-check-action](https://github.com/wordpress/plugin-check-action). Updates `actions/setup-node` from 5 to 6 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v5...v6) Updates `peter-evans/create-or-update-comment` from 4 to 5 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4...v5) Updates `WordPress/plugin-check-action` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/wordpress/plugin-check-action/releases) - [Commits](WordPress/plugin-check-action@v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: WordPress/plugin-check-action dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67f2909 commit 2f26bcc

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
fi
4545
4646
- name: Setup Node.js
47-
uses: actions/setup-node@v5
47+
uses: actions/setup-node@v6
4848
with:
4949
node-version: '16'
5050
# Use conditional caching based on package-lock.json existence
@@ -113,7 +113,7 @@ jobs:
113113
fi
114114
115115
- name: Setup Node.js
116-
uses: actions/setup-node@v5
116+
uses: actions/setup-node@v6
117117
with:
118118
node-version: '16'
119119
# Use conditional caching based on package-lock.json existence

.github/workflows/gemini-code-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Setup Node.js for Google AI SDK
35-
uses: actions/setup-node@v5
35+
uses: actions/setup-node@v6
3636
with:
3737
node-version: '20'
3838

.github/workflows/gemini-issue-assistant.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Set up Node.js
25-
uses: actions/setup-node@v5
25+
uses: actions/setup-node@v6
2626
with:
2727
node-version: '20'
2828

.github/workflows/new-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Post guidance comment
21-
uses: peter-evans/create-or-update-comment@v4
21+
uses: peter-evans/create-or-update-comment@v5
2222
with:
2323
issue-number: ${{ github.event.issue.number }}
2424
body: |

.github/workflows/new-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Post guidance comment on new PR
20-
uses: peter-evans/create-or-update-comment@v4
20+
uses: peter-evans/create-or-update-comment@v5
2121
with:
2222
issue-number: ${{ github.event.pull_request.number }}
2323
body: |

.github/workflows/wp-compatibility-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "✅ Cleanup complete"
7070
7171
- name: WordPress Plugin Check
72-
uses: WordPress/plugin-check-action@v1.1.2
72+
uses: WordPress/plugin-check-action@v1.1.3
7373
with:
7474
# Build directory - using repository root
7575
build-dir: './'

0 commit comments

Comments
 (0)