File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
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@v5
35+ uses : actions/setup-node@v6
3636 with :
3737 node-version : ' 20'
3838
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 : ' ./'
You can’t perform that action at this time.
0 commit comments