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 Apr 21, 2022
1 parent c779afc commit ef1aec2
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 @@ -79,7 +79,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
clean: 'false'
fetch-depth: '0'
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
dotnet nuke Pack --skip
- name: 🐿 Publish Coverage
uses: codecov/codecov-action@v3.0.0
uses: codecov/codecov-action@v3.1.0
with:
name: 'actions-${{ matrix.os }}'
- name: 🏺 Publish logs
Expand Down

0 comments on commit ef1aec2

Please sign in to comment.