From 2d5ab9d227bfc9739dd73d30dfd81db976176bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Jun 2024 14:13:57 +1000 Subject: [PATCH] :arrow_up: Bump nwtgck/actions-netlify from 1.1 to 3.0 (#488) Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 1.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](https://github.com/nwtgck/actions-netlify/compare/v1.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/collab.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ee90f56..638eac2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: name: execution-reports path: _build/html/reports - name: Preview Deploy to Netlify - uses: nwtgck/actions-netlify@v2 + uses: nwtgck/actions-netlify@v3.0 with: publish-dir: '_build/html/' production-branch: main diff --git a/.github/workflows/collab.yml b/.github/workflows/collab.yml index 15c5c0e0..f2ede9bf 100644 --- a/.github/workflows/collab.yml +++ b/.github/workflows/collab.yml @@ -43,7 +43,7 @@ jobs: name: execution-reports path: _build/html/reports - name: Preview Deploy to Netlify - uses: nwtgck/actions-netlify@v2 + uses: nwtgck/actions-netlify@v3.0 with: publish-dir: '_build/html/' production-branch: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0596c927..ad8506aa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -73,7 +73,7 @@ jobs: rm -r _build/.doctrees jb build lectures --path-output ./ - name: Deploy to Netlify - uses: nwtgck/actions-netlify@v1.1 + uses: nwtgck/actions-netlify@v3.0 with: publish-dir: '_build/html/' production-branch: main