Skip to content

Commit 1c3576b

Browse files
Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.8 to 4.6.9. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.8...v4.6.9) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8ea7e7 commit 1c3576b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/apidocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
$MVN -P snippets javadoc:aggregate
2222
$MVN -P snippets javadoc:javadoc
2323
$MVN -P snippets org.apache.maven.plugins:maven-antrun-plugin:run@copy-apidocs
24-
- uses: JamesIves/[email protected].8
24+
- uses: JamesIves/[email protected].9
2525
with:
2626
token: ${{ secrets.PUBLISH_CONTENT }}
2727
repository-name: patternfly-java/apidocs

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
$MVN -P snippets javadoc:aggregate
5252
$MVN -P snippets javadoc:javadoc
5353
$MVN -P snippets org.apache.maven.plugins:maven-antrun-plugin:run@copy-apidocs
54-
- uses: JamesIves/[email protected].8
54+
- uses: JamesIves/[email protected].9
5555
with:
5656
token: ${{ secrets.PUBLISH_CONTENT }}
5757
repository-name: patternfly-java/apidocs
@@ -72,7 +72,7 @@ jobs:
7272
distribution: temurin
7373
cache: maven
7474
- run: $MVN --projects org.patternfly:patternfly-java-showcase-j2cl --also-make -P showcase,prod package
75-
- uses: JamesIves/[email protected].8
75+
- uses: JamesIves/[email protected].9
7676
with:
7777
token: ${{ secrets.PUBLISH_CONTENT }}
7878
repository-name: patternfly-java/patternfly-java.github.io

.github/workflows/showcase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: temurin
1818
cache: maven
1919
- run: $MVN --projects org.patternfly:patternfly-java-showcase-j2cl --also-make -P showcase,prod package
20-
- uses: JamesIves/[email protected].8
20+
- uses: JamesIves/[email protected].9
2121
with:
2222
token: ${{ secrets.PUBLISH_CONTENT }}
2323
repository-name: patternfly-java/patternfly-java.github.io

0 commit comments

Comments
 (0)