From a5ff92941ce1fd5c2dba32b6d5e64ca43e19fe37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:29:54 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.6.8 to 4.6.9 in the minor group (#4419) 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.8 to 4.6.9 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/881db5376404c5c8d621010bcbec0310b58d5e29...62fec3add6773ec5dbbf18d2ee4260911aa35cf4) --- 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 0a3bde5551..da4c8e6a39 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -158,14 +158,14 @@ jobs: - name: Deploy main if: github.ref_name == 'main' - uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8 + uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9 with: folder: tech-docs target-folder: tech-docs - name: Deploy branch if: github.ref_name != 'main' - uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8 + uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9 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 34de0cf63a..5393daee35 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@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8 + uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9 with: folder: schema-spy-report target-folder: schema-spy-report