Skip to content

Commit 36f84bf

Browse files
authored
Merge pull request #68 from PDowney/dependabot/github_actions/actions-88976be301
Bump the actions group with 5 updates
2 parents 7854959 + 513549a commit 36f84bf

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.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@v4
47+
uses: actions/setup-node@v5
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@v4
116+
uses: actions/setup-node@v5
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@v4
35+
uses: actions/setup-node@v5
3636
with:
3737
node-version: '20'
3838

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323

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

@@ -247,7 +247,7 @@ jobs:
247247
echo "*Analysis performed by Gemini AI on $(date)*" >> formatted_response.txt
248248
249249
- name: Comment on Issue
250-
uses: actions/github-script@v7
250+
uses: actions/github-script@v8
251251
with:
252252
script: |
253253
const fs = require('fs');

.github/workflows/issue-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
triage:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/labeler@v5
22+
- uses: actions/labeler@v6
2323
with:
2424
repo-token: ${{ secrets.GITHUB_TOKEN }}
2525
configuration-path: .github/labeler.yml
2626
sync-labels: false
27-
- uses: actions/stale@v9
27+
- uses: actions/stale@v10
2828
with:
2929
days-before-stale: 30
3030
days-before-close: 7

0 commit comments

Comments
 (0)