Skip to content

Commit b9765d1

Browse files
authored
Merge pull request #22 from AlexHedley/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.6
2 parents 53ccf44 + 9360ede commit b9765d1

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.4
37+
uses: JamesIves/github-pages-deploy-action@v4.7.6
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.4
78+
uses: JamesIves/github-pages-deploy-action@v4.7.6
7979
with:
8080
token: ${{ secrets.GITHUB_TOKEN }}
8181
branch: gh-pages

0 commit comments

Comments
 (0)