File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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');
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments