Skip to content

Commit d9076b3

Browse files
Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 (#257)
1 parent ff7c62c commit d9076b3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# enable_jekyll: true
8888

8989
- name: Deploy Code Coverage Report
90-
uses: JamesIves/github-pages-deploy-action@v4.7.3
90+
uses: JamesIves/github-pages-deploy-action@v4.7.4
9191
with:
9292
branch: gh-pages
9393
folder: coveragereport

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

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: touch release/wwwroot/.nojekyll
6262

6363
- name: Commit wwwroot to GitHub Pages
64-
uses: JamesIves/github-pages-deploy-action@v4.7.3
64+
uses: JamesIves/github-pages-deploy-action@v4.7.4
6565
with:
6666
branch: gh-pages
6767
folder: release/wwwroot

0 commit comments

Comments
 (0)