Skip to content

Commit

Permalink
build(deps): bump the action-deps group across 1 directory with 2 upd…
Browse files Browse the repository at this point in the history
…ates

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]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent f4e4cf4 commit a8aeb2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- name: deploy website
if: ${{ github.ref == 'refs/heads/master' }}
uses: JamesIves/[email protected].4
uses: JamesIves/[email protected].8
with:
branch: gh-pages
folder: docs/build/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8aeb2c

Please sign in to comment.