From d302614d1be19fca136cea94af28ae35c80c18d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 10:49:58 +0000 Subject: [PATCH] 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](https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...4a13e500e55cf31b7a5d59a38ab2040ab0f42f56) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/spell.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94f6d64..ea1b7b4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aa4e615..3116b68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index 00c0bd9..5726d52 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -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