From be791181c4a16504be8fe4503c0eece9eca5c636 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 14:45:55 -0700 Subject: [PATCH] chore: bump nwtgck/actions-netlify from 2.1.0 to 3.0.0 (#2548) Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.1.0 to 3.0.0. - [Release notes](https://github.com/nwtgck/actions-netlify/releases) - [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md) - [Commits](https://github.com/nwtgck/actions-netlify/compare/v2.1.0...v3.0.0) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-branch-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-branch-pr.yaml b/.github/workflows/release-branch-pr.yaml index 075b621db8..69cafec62f 100644 --- a/.github/workflows/release-branch-pr.yaml +++ b/.github/workflows/release-branch-pr.yaml @@ -49,7 +49,7 @@ jobs: - name: Deploy to Netlify id: netlify - uses: nwtgck/actions-netlify@v2.1.0 + uses: nwtgck/actions-netlify@v3.0.0 with: publish-dir: ./build deploy-message: 'Manual Netlify deployment from GitHub Actions - ${{ github.sha }}'