Skip to content

Commit d75161f

Browse files
Bump JamesIves/github-pages-deploy-action from 4.7.6 to 4.8.0
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.6 to 4.8.0. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.6...v4.8.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9765d1 commit d75161f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: dotnet run --property:Configuration=Release --project src/dotnetbyexample/dotnetbyexample.csproj
3535

3636
- name: 🚀 Deploy Code Coverage Report
37-
uses: JamesIves/github-pages-deploy-action@v4.7.6
37+
uses: JamesIves/github-pages-deploy-action@v4.8.0
3838
with:
3939
branch: gh-pages
4040
folder: site

.github/workflows/depcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
path: ${{github.workspace}}/reports
7676

7777
- name: 🌍 Commit wwwroot to GitHub Pages
78-
uses: JamesIves/github-pages-deploy-action@v4.7.6
78+
uses: JamesIves/github-pages-deploy-action@v4.8.0
7979
with:
8080
token: ${{ secrets.GITHUB_TOKEN }}
8181
branch: gh-pages

0 commit comments

Comments
 (0)