Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply outstanding Dependabot version updates (codecov/codecov-action@v4, bollard = "0.16") #1511

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ jobs:

- name: Install Linux build dependencies
run: |
dnf install -y elfutils-devel cmake libuuid-devel openssl openssl-devel cyrus-sasl-devel cyrus-sasl-plain swig make libwebsockets-devel libnghttp2-devel ccache libasan libubsan libtsan libunwind-devel
dnf install -y git elfutils-devel cmake libuuid-devel openssl openssl-devel cyrus-sasl-devel cyrus-sasl-plain swig make libwebsockets-devel libnghttp2-devel ccache libasan libubsan libtsan libunwind-devel

- name: Install Linux build dependencies (Fedora)
if: ${{ matrix.container == 'fedora' }}
Expand Down Expand Up @@ -824,11 +824,11 @@ jobs:
# https://github.com/codecov/codecov-action
- name: Upload C Coverage
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{matrix.covType}}tests
verbose: true
gcov: true
plugin: gcov
name: skupper-router
root_dir: .
working-directory: ${{github.workspace}}/skupper-router
Expand All @@ -842,7 +842,7 @@ jobs:

- name: Upload Python Coverage
if: ${{ !cancelled() && matrix.buildType == 'Coverage' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: py${{matrix.covType}}tests
verbose: true
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ edition = "2021"

[dev-dependencies]
again = "0.1"
bollard = "0.15"
bollard = "0.16"
futures = "0.3"
tokio = { version = "1", features = ["macros", "time"] }
tokio = { version = "1", features = ["macros", "time", "rt-multi-thread"] }
speculoos = "0.11.0"
Loading