Skip to content

Commit

Permalink
Build(deps): bump JamesIves/github-pages-deploy-action from 4.6.3 to …
Browse files Browse the repository at this point in the history
…4.6.4 in the actions-deps group (#219)

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.6.3 to 4.6.4
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.3...v4.6.4)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  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>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent dd901e1 commit ea3cca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:

- name: Deploy documentation to gh-pages
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
token: ${{ secrets.github_token }}
branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Deploy documentation to gh-pages
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected].3
uses: JamesIves/[email protected].4
with:
token: ${{ secrets.github_token }}
branch: gh-pages
Expand Down

0 comments on commit ea3cca3

Please sign in to comment.