build(deps): bump the github-actions group with 3 updates (#228)

Bumps the github-actions group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action), [google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action) and [streetsidesoftware/cspell-action](https://github.com/streetsidesoftware/cspell-action).


Updates `docker/build-push-action` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](0565240e2d...4a13e500e5)

Updates `google-github-actions/release-please-action` from 3.7.12 to 3.7.13
- [Release notes](https://github.com/google-github-actions/release-please-action/releases)
- [Changelog](https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google-github-actions/release-please-action/compare/v3.7.12...v3.7.13)

Updates `streetsidesoftware/cspell-action` from 4.0.0 to 5.0.0
- [Release notes](https://github.com/streetsidesoftware/cspell-action/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell-action/compare/v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: google-github-actions/release-please-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: streetsidesoftware/cspell-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/11/head
dependabot[bot] 2023-11-27 10:49:58 +00:00 committed by GitHub
parent 342205418a
commit d302614d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@v3.0.0
- name: Build and push Docker images
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
with:
context: .
push: true

View File

@ -9,7 +9,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3.7.12
- uses: google-github-actions/release-please-action@v3.7.13
with:
release-type: node
package-name: release-please-action

View File

@ -8,4 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: streetsidesoftware/cspell-action@v4.0.0
- uses: streetsidesoftware/cspell-action@v5.0.0