Skip to content

Commit a8aeb2c

Browse files
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.8 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.6.4...v4.6.8) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@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] <[email protected]>
1 parent f4e4cf4 commit a8aeb2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: deploy website
6767
if: ${{ github.ref == 'refs/heads/master' }}
68-
uses: JamesIves/[email protected].4
68+
uses: JamesIves/[email protected].8
6969
with:
7070
branch: gh-pages
7171
folder: docs/build/

.github/workflows/update_dashboard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
type=raw,value=latest,enable={{is_default_branch}}
4040
4141
- name: Build and upload image
42-
uses: docker/build-push-action@v5
42+
uses: docker/build-push-action@v6
4343
with:
4444
context: chatsky/utils/docker
4545
file: chatsky/utils/docker/dockerfile_stats

0 commit comments

Comments
 (0)