Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 20, 2024
1 parent 8e5d46c commit 4209a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
uses: actions/checkout@b80ff79f1755d06ba70441c368a6fe801f5f3a62
with:
clean: 'false'
fetch-depth: '0'
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
path: 'coverage/'
- name: 📫 Publish Coverage
if: (github.event_name != 'pull_request' && github.event_name != 'pull_request_target') || ((github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.pull_request.user.login != 'renovate[bot]' && github.event.pull_request.user.login != 'dependabot[bot]')
uses: codecov/[email protected].0
uses: codecov/[email protected].1
with:
name: 'actions-${{ matrix.os }}'
token: '${{ secrets.CODECOV_TOKEN }}'
Expand Down

0 comments on commit 4209a17

Please sign in to comment.