Skip to content

Commit 5465666

Browse files
Bump nwtgck/actions-netlify from 2 to 3 (#11)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba86571 commit 5465666

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)