Skip to content

Commit b80a4f3

Browse files
authored
Merge pull request #89 from EngineScript/dependabot/github_actions/actions-f3516a0435
Bump the actions group across 1 directory with 3 updates
2 parents 67f2909 + 2f26bcc commit b80a4f3

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)