From 703d4dfacfaa40a06223e4de6abf09ba205ee4b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 06:47:43 +0000 Subject: [PATCH] build(deps): bump the action-deps group across 1 directory with 2 updates Bumps the action-deps group with 2 updates in the / directory: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `JamesIves/github-pages-deploy-action` from 4.6.4 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/v4.6.4...v4.6.9) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-deps - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/build_and_publish_docs.yml | 2 +- .github/workflows/update_dashboard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_publish_docs.yml b/.github/workflows/build_and_publish_docs.yml index f50a2ea99..fc4c61a8d 100644 --- a/.github/workflows/build_and_publish_docs.yml +++ b/.github/workflows/build_and_publish_docs.yml @@ -65,7 +65,7 @@ jobs: - name: deploy website if: ${{ github.ref == 'refs/heads/master' }} - uses: JamesIves/github-pages-deploy-action@v4.6.4 + uses: JamesIves/github-pages-deploy-action@v4.6.9 with: branch: gh-pages folder: docs/build/ diff --git a/.github/workflows/update_dashboard.yml b/.github/workflows/update_dashboard.yml index 34e447967..39e8046a5 100644 --- a/.github/workflows/update_dashboard.yml +++ b/.github/workflows/update_dashboard.yml @@ -39,7 +39,7 @@ jobs: type=raw,value=latest,enable={{is_default_branch}} - name: Build and upload image - uses: docker/build-push-action@v5 + uses: docker/build-push-action@v6 with: context: chatsky/utils/docker file: chatsky/utils/docker/dockerfile_stats