Skip to content

Commit

Permalink
chore(deps): update github actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 3, 2024
1 parent ec1b695 commit b570219
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 @@ -106,7 +106,7 @@ jobs:
clean: 'false'
fetch-depth: '0'
- name: NuGet Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: '${{ github.workspace }}/.nuget/packages'
key: "${{ runner.os }}-nuget-${{ hashFiles('**/Directory.Packages.props') }}-${{ hashFiles('**/Directory.Packages.support.props') }}"
Expand Down Expand Up @@ -153,7 +153,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/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: 'actions-${{ matrix.os }}'
- name: 🏺 logs (${{ matrix.os }})
Expand Down

0 comments on commit b570219

Please sign in to comment.