Skip to content

Commit cebd0f8

Browse files
Bump nwtgck/actions-netlify from 2 to 3
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>
1 parent ecf8169 commit cebd0f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Untar site artifact
5555
run: tar --directory output/ -xvf output/artifact.tar
5656
- name: Deploy preview to Netlify
57-
uses: nwtgck/actions-netlify@v2
57+
uses: nwtgck/actions-netlify@v3
5858
env:
5959
NETLIFY_SITE_ID: "${{ secrets.NETLIFY_SITE_ID }}"
6060
NETLIFY_AUTH_TOKEN: "${{ secrets.NETLIFY_AUTH_TOKEN }}"

0 commit comments

Comments
 (0)