Skip to content

Commit

Permalink
Merge of #9174
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Jan 30, 2025
2 parents 408e55f + 2588740 commit ae2ed06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ jobs:
run: cargo llvm-cov --lcov --no-run --output-path lcov.info

- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v5.2.0
uses: codecov/codecov-action@v5.3.1
2 changes: 1 addition & 1 deletion .github/workflows/sub-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
# Build and push image to Google Artifact Registry, and possibly DockerHub
- name: Build & push
id: docker_build
uses: docker/build-push-action@v6.12.0
uses: docker/build-push-action@v6.13.0
with:
target: ${{ inputs.dockerfile_target }}
context: .
Expand Down

0 comments on commit ae2ed06

Please sign in to comment.