Skip to content

Commit d302614

Browse files
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](docker/build-push-action@0565240...4a13e50) 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](google-github-actions/release-please-action@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](streetsidesoftware/cspell-action@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3422054 commit d302614

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
uses: docker/[email protected]
4848

4949
- name: Build and push Docker images
50-
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09
50+
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56
5151
with:
5252
context: .
5353
push: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
release-please:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: google-github-actions/[email protected].12
12+
- uses: google-github-actions/[email protected].13
1313
with:
1414
release-type: node
1515
package-name: release-please-action

.github/workflows/spell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/[email protected]
11-
- uses: streetsidesoftware/cspell-action@v4.0.0
11+
- uses: streetsidesoftware/cspell-action@v5.0.0

0 commit comments

Comments
 (0)