Skip to content

Commit 81cf20d

Browse files
⬆️ Bump nwtgck/actions-netlify from 2 to 3 (#422)
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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c76537f commit 81cf20d

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
@@ -64,7 +64,7 @@ jobs:
6464
name: execution-reports
6565
path: _build/html/reports
6666
- name: Preview Deploy to Netlify
67-
uses: nwtgck/actions-netlify@v3.0
67+
uses: nwtgck/actions-netlify@v3
6868
with:
6969
publish-dir: '_build/html/'
7070
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)