Skip to content

Commit 4b4248d

Browse files
renovate[bot]mrebiai
authored andcommitted
chore(deps): update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent be6b766 commit 4b4248d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# https://github.com/docker/build-push-action
3636
- name: Docker build with unit tests
3737
id: build-and-test
38-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
38+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
3939
with:
4040
context: .
4141
load: true

.github/workflows/docker-publish-when-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# https://github.com/docker/build-push-action
7171
- name: Docker build with unit tests
7272
id: build-and-test
73-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
73+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
7474
with:
7575
context: .
7676
load: true
@@ -105,7 +105,7 @@ jobs:
105105
- name: Docker build for many platforms and push into ${{ env.REGISTRY }}
106106
if: ${{ contains(github.ref, 'refs/tags/') }}
107107
id: build-and-push
108-
uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
108+
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6.12.0
109109
with:
110110
context: .
111111
platforms: linux/amd64,linux/arm64

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.0")
22
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
3-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
3+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")

0 commit comments

Comments
 (0)