Skip to content

Commit

Permalink
build(deps): bump the github-actions-all group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions-all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [schubergphilis/mcvs-docker-action](https://github.com/schubergphilis/mcvs-docker-action) and [schubergphilis/mcvs-golang-action](https://github.com/schubergphilis/mcvs-golang-action).


Updates `actions/checkout` from 4.0.0 to 4.2.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v4.2.2)

Updates `schubergphilis/mcvs-docker-action` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/schubergphilis/mcvs-docker-action/releases)
- [Commits](schubergphilis/mcvs-docker-action@v0.6.0...v0.6.1)

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

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions-all
- dependency-name: schubergphilis/mcvs-docker-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
- dependency-name: schubergphilis/mcvs-golang-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 31, 2024
1 parent 4f74f4d commit 1db3ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- mcvs-registry
steps:
- name: Checkout repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.2.2
- name: Install regctl
uses: regclient/actions/regctl-installer@main
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/[email protected].0
- uses: schubergphilis/[email protected].1
with:
build-args: ${{ matrix.build-args }}
images: ghcr.io/${{ github.repository }}/${{ matrix.build-args }}
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/[email protected].3
- uses: schubergphilis/[email protected].4
with:
code-coverage-expected: 64.6
golang-unit-tests-exclusions: |-
Expand Down

0 comments on commit 1db3ce8

Please sign in to comment.