Skip to content

Commit

Permalink
Update all non-major dependencies (#7445)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 10, 2023
1 parent 093e543 commit a81f27e
Show file tree
Hide file tree
Showing 4 changed files with 1,229 additions and 1,205 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases:

# UI Coverage orbs
orbs:
coveralls: coveralls/coveralls@2.1.2
coveralls: coveralls/coveralls@2.2.0

# Reuseable commands
commands:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ jobs:

# Send UI coverage before Perl
- name: Upload UI coverage data
uses: coverallsapp/github-action@v2.1.2
uses: coverallsapp/github-action@v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ui
Expand All @@ -334,7 +334,7 @@ jobs:
if: ${{ matrix.COVERAGE }}

- name: Close parallel UI coverage data
uses: coverallsapp/github-action@v2.1.2
uses: coverallsapp/github-action@v2.2.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down
Loading

0 comments on commit a81f27e

Please sign in to comment.