File tree Expand file tree Collapse file tree 9 files changed +80741
-41008
lines changed Expand file tree Collapse file tree 9 files changed +80741
-41008
lines changed Original file line number Diff line number Diff line change 77 comment-run :
88 runs-on : ubuntu-20.04
99 steps :
10- - uses : actions/checkout@v3
10+ - uses : actions/checkout@v4
1111 with :
1212 # 0 indicates all history
1313 fetch-depth : 0
14- - uses : actions/setup-node@v3
14+ - uses : actions/setup-node@v4
1515 with :
1616 node-version : 16
1717 - uses : nwtgck/actions-comment-run@v2.0
Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ jobs:
1212 build : # make sure build/ci work properly
1313 runs-on : ubuntu-20.04
1414 steps :
15- - uses : actions/setup-node@v3
15+ - uses : actions/setup-node@v4
1616 with :
17- node-version : 16
18- - uses : actions/checkout@v3
17+ node-version : 20
18+ - uses : actions/checkout@v4
1919 - run : npm ci
2020 - run : npm run all
2121 test : # make sure the action works on a clean machine without building
2222 runs-on : ubuntu-20.04
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Create a simple Web site
2626 run : mkdir -p deploy_dist && echo -e "<pre>$(date -u)\n$GITHUB_SHA\n$GITHUB_REF</pre>" > deploy_dist/index.html
2727 - uses : ./
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
66## [ Unreleased]
77
8+ ## [ 3.0.0] - 2024-03-10
9+ ### Changed
10+ * Update dependencies
11+ * Updates the default runtime to node20
12+
813## [ 2.1.0] - 2023-08-18
914### Changed
1015* Update dependencies
@@ -199,7 +204,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
199204* Deploy to Netlify
200205* Comment on GitHub PR
201206
202- [ Unreleased ] : https://github.com/nwtgck/actions-netlify/compare/v2.1.0...HEAD
207+ [ Unreleased ] : https://github.com/nwtgck/actions-netlify/compare/v3.0.0...HEAD
208+ [ 3.0.0 ] : https://github.com/nwtgck/actions-netlify/compare/v2.1.0...v3.0.0
203209[ 2.1.0 ] : https://github.com/nwtgck/actions-netlify/compare/v2.0.0...v2.1.0
204210[ 2.0.0 ] : https://github.com/nwtgck/actions-netlify/compare/v1.2.4...v2.0.0
205211[ 1.2.4 ] : https://github.com/nwtgck/actions-netlify/compare/v1.2.3...v1.2.4
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 build :
2424 runs-on : ubuntu-22.04
2525 steps :
26- - uses : actions/checkout@v3
26+ - uses : actions/checkout@v4
2727
2828 # ( Build to ./dist or other directory... )
2929
3030 - name : Deploy to Netlify
31- uses : nwtgck/actions-netlify@v2 .0
31+ uses : nwtgck/actions-netlify@v3 .0
3232 with :
3333 publish-dir : ' ./dist'
3434 production-branch : master
Original file line number Diff line number Diff line change @@ -54,5 +54,5 @@ outputs:
5454 deploy-url :
5555 description : Deploy URL
5656runs :
57- using : ' node16 '
57+ using : ' node20 '
5858 main : ' dist/index.js'
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments