From 4ad08d6f5cb02878c010dbbbbc61b4daa21bab63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 18:29:10 +0000 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.0.0 to 4.5.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/4.0.0...v4.5.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-unit-test-coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-unit-test-coverage.yml b/.github/workflows/publish-unit-test-coverage.yml index 4211ad0c29b..54f4633a29b 100644 --- a/.github/workflows/publish-unit-test-coverage.yml +++ b/.github/workflows/publish-unit-test-coverage.yml @@ -20,7 +20,7 @@ jobs: run: npx make-coverage-badge - name: Publish test coverage report - uses: JamesIves/github-pages-deploy-action@4.0.0 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: branch: gh-pages folder: coverage