Skip to content

Commit 95adfac

Browse files
build(deps): bump the github-actions group with 3 updates (#637)
Bumps the github-actions group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action), [actions/setup-go](https://github.com/actions/setup-go) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action). Updates `docker/build-push-action` from 6.18.0 to 6.19.2 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2634353...10e90e3) Updates `actions/setup-go` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@7a3fe6c...4b73464) Updates `goreleaser/goreleaser-action` from 6.4.0 to 7.0.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@v6.4.0...v7.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.19.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-go dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: goreleaser/goreleaser-action dependency-version: 7.0.0 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>
1 parent a5356a2 commit 95adfac

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docker-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
type=ref,event=branch
3939
4040
- name: Docker Publish - Main
41-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
41+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8
4242
with:
4343
context: .
4444
file: ./Dockerfile

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3838

3939
- name: Set up Go
40-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
40+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
4141
with:
4242
go-version-file: .tool-versions
4343

@@ -83,7 +83,7 @@ jobs:
8383
fetch-depth: 0 # GoReleaser needs commit history for changelog
8484

8585
- name: Set up Go
86-
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
86+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
8787
with:
8888
go-version-file: .tool-versions
8989

@@ -99,7 +99,7 @@ jobs:
9999
password: ${{ secrets.DOCKERHUB_TOKEN }}
100100

101101
- name: Run GoReleaser
102-
uses: goreleaser/goreleaser-action@v6.4.0
102+
uses: goreleaser/goreleaser-action@v7.0.0
103103
with:
104104
version: v2.8.2
105105
args: release

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
19+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
2020
with:
2121
go-version-file: .tool-versions
2222
- name: cache go binaries
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3737
with:
3838
fetch-depth: 0
39-
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
39+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
4040
with:
4141
go-version-file: .tool-versions
4242
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405

0 commit comments

Comments
 (0)