Skip to content

Commit ad5624e

Browse files
dependabot[bot]hboutemy
authored andcommitted
Bump JamesIves/github-pages-deploy-action from 4.7.1 to 4.7.3
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.1 to 4.7.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.7.1...v4.7.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d6e972 commit ad5624e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: mvn --no-transfer-progress verify site
1919
- name: Deploy documentation
2020
if: ${{ github.ref == 'refs/heads/master' }}
21-
uses: JamesIves/github-pages-deploy-action@v4.7.1
21+
uses: JamesIves/github-pages-deploy-action@v4.7.3
2222
with:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
BRANCH: gh-pages

0 commit comments

Comments
 (0)