From 9929652b07f2db1773fb91de875b5068dd099c6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:09:55 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.8.0 to 4.9.0 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.8.0 to 4.9.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.8.0...v4.9.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-deploy.yml | 2 +- .github/workflows/depcheck.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-deploy.yml b/.github/workflows/build-deploy.yml index fe74c80..891511c 100644 --- a/.github/workflows/build-deploy.yml +++ b/.github/workflows/build-deploy.yml @@ -34,7 +34,7 @@ jobs: run: dotnet run --property:Configuration=Release --project src/dotnetbyexample/dotnetbyexample.csproj - name: 🚀 Deploy Code Coverage Report - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: branch: gh-pages folder: site diff --git a/.github/workflows/depcheck.yml b/.github/workflows/depcheck.yml index ba84ad6..5c190ba 100644 --- a/.github/workflows/depcheck.yml +++ b/.github/workflows/depcheck.yml @@ -75,7 +75,7 @@ jobs: path: ${{github.workspace}}/reports - name: 🌍 Commit wwwroot to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.8.0 + uses: JamesIves/github-pages-deploy-action@v4.9.0 with: token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages