Skip to content

Commit 592685d

Browse files
authored
Merge pull request #91 from EngineScript/dependabot/github_actions/actions-5e51f74d5c
Bump actions/setup-node from 5 to 6 in the actions group
2 parents 5fd1ad4 + b08980f commit 592685d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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

0 commit comments

Comments
 (0)