Skip to content

Commit

Permalink
Bump JamesIves/github-pages-deploy-action from 4.5.0 to 4.6.0
Browse files Browse the repository at this point in the history
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.5.0 to 4.6.0.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.5.0...v4.6.0)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 39575ea commit bf50206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ runs:

- name: Deploy to GitHub Page 🚀 with Maven
if: ${{ inputs.without-deploy == 'false' && inputs.project == 'maven' }}
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
token: ${{ inputs.GITHUB_TOKEN }}
branch: ${{ inputs.javadoc-branch }}
Expand All @@ -135,7 +135,7 @@ runs:

- name: Deploy to GitHub Page 🚀 with Gradle
if: ${{ inputs.without-deploy == 'false' && inputs.project == 'gradle' }}
uses: JamesIves/github-pages-deploy-action@v4.5.0
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
token: ${{ inputs.GITHUB_TOKEN }}
branch: ${{ inputs.javadoc-branch }}
Expand Down

0 comments on commit bf50206

Please sign in to comment.