Skip to content

Commit a2a4ab3

Browse files
Bump nwtgck/actions-netlify from 2.1 to 3.0
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.1 to 3.0. - [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.1...v3.0) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 27cb9a9 commit a2a4ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: yarn install && gulp ci
3535

3636
- name: Deploy to Netlify (dev)
37-
uses: nwtgck/actions-netlify@v2.1
37+
uses: nwtgck/actions-netlify@v3.0
3838
id: netlify
3939
with:
4040
publish-dir: './public'
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Deploy to Netlify (prod)
6262
if: github.ref == 'refs/heads/master'
63-
uses: nwtgck/actions-netlify@v2.1
63+
uses: nwtgck/actions-netlify@v3.0
6464
with:
6565
publish-dir: './public'
6666
production-deploy: true

0 commit comments

Comments
 (0)