Skip to content

Commit 39bda65

Browse files
⬆️ Bump nwtgck/actions-netlify from 3.0 to 4.0 (#177)
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 3.0 to 4.0. - [Release notes](https://github.com/nwtgck/actions-netlify/releases) - [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md) - [Commits](nwtgck/actions-netlify@v3.0...v4.0) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-version: '4.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e1af472 commit 39bda65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
name: execution-reports
8282
path: _build/html/reports
8383
- name: Preview Deploy to Netlify
84-
uses: nwtgck/actions-netlify@v3.0
84+
uses: nwtgck/actions-netlify@v4.0
8585
with:
8686
publish-dir: '_build/html/'
8787
production-branch: main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
env:
102102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
103103
- name: Deploy to Netlify
104-
uses: nwtgck/actions-netlify@v3.0
104+
uses: nwtgck/actions-netlify@v4.0
105105
with:
106106
publish-dir: '_build/html/'
107107
production-branch: main

0 commit comments

Comments
 (0)