Skip to content

Commit

Permalink
Update GitHub Action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nef10 authored and github-actions[bot] committed Sep 6, 2021
1 parent 42dccdc commit f953a90
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: echo "minimum_coverage=$(cat ./.github/minimum_coverage.txt)" >> $GITHUB_ENV
- name: Enforce test coverage threshhold
if: ${{ matrix.os == needs.get_os.outputs.coverage_os }}
uses: VeryGoodOpenSource/very_good_coverage@v1.1.1
uses: VeryGoodOpenSource/very_good_coverage@v1.2.0
with:
path: ./coverage/lcov.info
min_coverage: ${{ env.minimum_coverage }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
hide-branch-coverage: true
output-file: comment.html
- name: Post code coverage report
uses: marocchino/sticky-pull-request-comment@v2.1.0
uses: marocchino/sticky-pull-request-comment@v2.1.1
with:
path: comment.html
number: ${{ env.pr_number }}

0 comments on commit f953a90

Please sign in to comment.