Skip to content

Commit

Permalink
build(deps): bump the github-actions-all group across 1 directory wit…
Browse files Browse the repository at this point in the history
…h 7 updates

Bumps the github-actions-all group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-go](https://github.com/actions/setup-go) | `5.2.0` | `5.3.0` |
| [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.2.0` | `3.4.0` |
| [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.8.0` | `3.9.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `6.10.0` | `6.14.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.1.2` | `5.3.1` |
| [schubergphilis/mcvs-golang-action](https://github.com/schubergphilis/mcvs-golang-action) | `0.15.4` | `0.16.5` |
| [030/gomod-go-version-updater-action](https://github.com/030/gomod-go-version-updater-action) | `0.2.2` | `0.3.0` |



Updates `actions/setup-go` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.2.0...v5.3.0)

Updates `docker/setup-qemu-action` from 3.2.0 to 3.4.0
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](docker/setup-qemu-action@v3.2.0...v3.4.0)

Updates `docker/setup-buildx-action` from 3.8.0 to 3.9.0
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3.8.0...v3.9.0)

Updates `docker/build-push-action` from 6.10.0 to 6.14.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.10.0...v6.14.0)

Updates `codecov/codecov-action` from 5.1.2 to 5.3.1
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5.1.2...v5.3.1)

Updates `schubergphilis/mcvs-golang-action` from 0.15.4 to 0.16.5
- [Release notes](https://github.com/schubergphilis/mcvs-golang-action/releases)
- [Commits](schubergphilis/mcvs-golang-action@v0.15.4...v0.16.5)

Updates `030/gomod-go-version-updater-action` from 0.2.2 to 0.3.0
- [Release notes](https://github.com/030/gomod-go-version-updater-action/releases)
- [Commits](030/gomod-go-version-updater-action@v0.2.2...v0.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: docker/setup-qemu-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: schubergphilis/mcvs-golang-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: 030/gomod-go-version-updater-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 24, 2025
1 parent 7b5e616 commit ff4381e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check Alpine
run: ./dip image --name=alpine --regex=^3\.[0-9]+\.[0-9]+$ --updateDockerfile
- name: Set up Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: 'go.mod'
cache: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3.2.0
uses: docker/setup-qemu-action@v3.4.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.8.0
uses: docker/setup-buildx-action@v3.9.0
- name: Login to DockerHub
uses: docker/[email protected]
with:
Expand All @@ -22,7 +22,7 @@ jobs:
run: echo ::set-output name=version::${GITHUB_REF#refs/tags/}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v6.10.0
uses: docker/build-push-action@v6.14.0
with:
push: true
tags: utrecht/n3dr:${{ steps.version.outputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Set up Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: 'go.mod'
cache: false
Expand All @@ -31,7 +31,7 @@ jobs:
grep -v internal/app/n3dr/n3drtest |\
grep -v cmd/n3dr)
if: ${{ startsWith(matrix.os, 'ubuntu') }}
- uses: codecov/codecov-action@v5.1.2
- uses: codecov/codecov-action@v5.3.1
with:
files: ./coverage.txt
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
TASK_X_REMOTE_TASKFILES: 1
steps:
- uses: actions/[email protected]
- uses: schubergphilis/mcvs-golang-action@v0.15.4
- uses: schubergphilis/mcvs-golang-action@v0.16.5
with:
code-coverage-expected: 37.5
golang-unit-tests-exclusions: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gomod-go-version-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
gomod-go-version-updater-action:
runs-on: ubuntu-22.04
steps:
- uses: 030/gomod-go-version-updater-action@v0.2.2
- uses: 030/gomod-go-version-updater-action@v0.3.0
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-go@v5.2.0
- uses: actions/setup-go@v5.3.0
with:
go-version-file: 'go.mod'
cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ref: main
- name: Set up Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version-file: 'go.mod'
cache: false
Expand Down

0 comments on commit ff4381e

Please sign in to comment.