From 3b55c83432b54cec0e1c5e3cd0fe238cdc323596 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 15:24:37 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.6.4 to 4.6.8 in the minor group (#4271) Bump JamesIves/github-pages-deploy-action in the minor group 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.6.4 to 4.6.8 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/920cbb300dcd3f0568dbc42700c61e2fd9e6139c...881db5376404c5c8d621010bcbec0310b58d5e29) --- 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 4 ++-- .github/workflows/schema-spy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e00492801f..3bfe667c06 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -163,14 +163,14 @@ jobs: - name: Deploy main if: github.ref_name == 'main' - uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4 + uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8 with: folder: tech-docs target-folder: tech-docs - name: Deploy branch if: github.ref_name != 'main' - uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4 + uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8 with: folder: tech-docs target-folder: tech-docs-drafts/${{ github.ref_name }} diff --git a/.github/workflows/schema-spy.yml b/.github/workflows/schema-spy.yml index 167ec57b09..34de0cf63a 100644 --- a/.github/workflows/schema-spy.yml +++ b/.github/workflows/schema-spy.yml @@ -34,7 +34,7 @@ jobs: DB_PASSWORD: ${{ secrets.SCHEMA_SPY_PASSWORD }} - name: Publish HTML report - uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4 + uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8 with: folder: schema-spy-report target-folder: schema-spy-report