Skip to content

Commit

Permalink
chore(deps/ci): bump the deps group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the deps group with 3 updates in the /.github/workflows directory: [crazy-max/ghaction-setup-docker](https://github.com/crazy-max/ghaction-setup-docker), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `crazy-max/ghaction-setup-docker` from 3 to 4
- [Release notes](https://github.com/crazy-max/ghaction-setup-docker/releases)
- [Commits](docker/setup-docker-action@v3...v4)

Updates `peter-evans/create-pull-request` from 6 to 7
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v7)

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

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-setup-docker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent 3e45bb9 commit 0955637
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Setup docker on macos
if: startsWith(matrix.os, 'macos')
uses: crazy-max/ghaction-setup-docker@v3
uses: crazy-max/ghaction-setup-docker@v4

- name: Gen docker meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: git diff

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
if: ${{ !inputs.dry_run }}
with:
branch: "release/${{ env.VERSION }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

- if: matrix.os == 'ubuntu-latest'
name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: go
file: ${{ env.REPORT_DIR }}/coverage.out
Expand Down

0 comments on commit 0955637

Please sign in to comment.