Skip to content

Commit

Permalink
chore(deps): bump nwtgck/actions-netlify from 2.1 to 3.0 (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 72ba830 commit 91dd518
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: make deps build-staging

- name: release
uses: nwtgck/actions-netlify@v2.1
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: public
production-branch: main
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
run: make deps build-production

- name: release
uses: nwtgck/actions-netlify@v2.1
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: public
production-branch: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: make deps build-staging

- name: release
uses: nwtgck/actions-netlify@v2.1
uses: nwtgck/actions-netlify@v3.0
with:
publish-dir: public
production-branch: main
Expand Down

0 comments on commit 91dd518

Please sign in to comment.