From f2d710294fa1369dff133c162cf27621ca6124fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 May 2024 13:28:44 +0100 Subject: [PATCH] --- (#115) --- .github/workflows/build-test.yml | 2 +- .github/workflows/deploy-site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index d43514c..a4af317 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -87,7 +87,7 @@ jobs: # enable_jekyll: true - name: Deploy Code Coverage Report - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages folder: coveragereport diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 51afc86..396798d 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -61,7 +61,7 @@ jobs: run: touch release/wwwroot/.nojekyll - name: Commit wwwroot to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.6.0 + uses: JamesIves/github-pages-deploy-action@v4.6.1 with: branch: gh-pages folder: release/wwwroot