Skip to content

Commit dccf38e

Browse files
Bump JamesIves/github-pages-deploy-action in the minor group (#686)
Bumps the minor 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.2 to 4.7.3 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@15de0f0...6c2d9db) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 08d9591 commit dccf38e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-docs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: openapi
3434
path: openapi/
3535
- name: Deploy OpenAPI
36-
uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
36+
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
3737
with:
3838
folder: openapi
3939
target-folder: openapi
@@ -77,12 +77,12 @@ jobs:
7777
path: tech-docs-build/openapi/
7878
- name: Deploy
7979
if: github.ref_name == 'main'
80-
uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
80+
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
8181
with:
8282
folder: tech-docs-build
8383
- name: Deploy branch
8484
if: github.ref_name != 'main'
85-
uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
85+
uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
8686
with:
8787
folder: tech-docs-build
8888
target-folder: drafts/${{ github.ref_name }}

0 commit comments

Comments
 (0)