Skip to content

Commit f8f3493

Browse files
Build(deps): bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 in the actions-deps group (#288)
Build(deps): bump JamesIves/github-pages-deploy-action Bumps the actions-deps group with 1 update: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.7.3 to 4.7.4 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.3...v4.7.4) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31f7b95 commit f8f3493

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207

208208
- name: Deploy documentation to gh-pages
209209
if: github.ref == 'refs/heads/main'
210-
uses: JamesIves/[email protected].3
210+
uses: JamesIves/[email protected].4
211211
with:
212212
token: ${{ secrets.github_token }}
213213
branch: gh-pages

.github/workflows/nightly-doc-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Deploy documentation to gh-pages
5555
if: github.ref == 'refs/heads/main'
56-
uses: JamesIves/[email protected].3
56+
uses: JamesIves/[email protected].4
5757
with:
5858
token: ${{ secrets.github_token }}
5959
branch: gh-pages

0 commit comments

Comments
 (0)