Skip to content

Commit

Permalink
Merge branch 'release/3.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 10, 2024
2 parents 7a92f00 + 6b45669 commit 4cbaf4c
Show file tree
Hide file tree
Showing 9 changed files with 80,741 additions and 41,008 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/comment-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
comment-run:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# 0 indicates all history
fetch-depth: 0
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: nwtgck/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
build: # make sure build/ci work properly
runs-on: ubuntu-20.04
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: actions/checkout@v3
node-version: 20
- uses: actions/checkout@v4
- run: npm ci
- run: npm run all
test: # make sure the action works on a clean machine without building
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Create a simple Web site
run: mkdir -p deploy_dist && echo -e "<pre>$(date -u)\n$GITHUB_SHA\n$GITHUB_REF</pre>" > deploy_dist/index.html
- uses: ./
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [3.0.0] - 2024-03-10
### Changed
* Update dependencies
* Updates the default runtime to node20

## [2.1.0] - 2023-08-18
### Changed
* Update dependencies
Expand Down Expand Up @@ -199,7 +204,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Deploy to Netlify
* Comment on GitHub PR

[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/nwtgck/actions-netlify/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/nwtgck/actions-netlify/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/nwtgck/actions-netlify/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/nwtgck/actions-netlify/compare/v1.2.4...v2.0.0
[1.2.4]: https://github.com/nwtgck/actions-netlify/compare/v1.2.3...v1.2.4
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# ( Build to ./dist or other directory... )

- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v2.0
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: './dist'
production-branch: master
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ outputs:
deploy-url:
description: Deploy URL
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'
114,560 changes: 79,550 additions & 35,010 deletions dist/index.js

Large diffs are not rendered by default.

Loading

0 comments on commit 4cbaf4c

Please sign in to comment.