Skip to content

Commit c22508c

Browse files
⬆️ Bump nwtgck/actions-netlify from 2 to 3 (#228)
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2 to 3. - [Release notes](https://github.com/nwtgck/actions-netlify/releases) - [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md) - [Commits](nwtgck/actions-netlify@v2...v3) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-version: '3' 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 575823e commit c22508c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
name: execution-reports
7575
path: _build/html/reports
7676
- name: Preview Deploy to Netlify
77-
uses: nwtgck/actions-netlify@v2
77+
uses: nwtgck/actions-netlify@v3
7878
with:
7979
publish-dir: '_build/html/'
8080
production-branch: main

.github/workflows/collab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
name: execution-reports
4646
path: _build/html/reports
4747
- name: Preview Deploy to Netlify
48-
uses: nwtgck/actions-netlify@v2
48+
uses: nwtgck/actions-netlify@v3
4949
with:
5050
publish-dir: '_build/html/'
5151
production-branch: main

0 commit comments

Comments
 (0)