Skip to content

Commit

Permalink
Merge branch 'master' of github.com:RocketSurgeonsGuild/Nuke
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Nov 16, 2024
2 parents 02e0c01 + 623b000 commit 85c496c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
with:
clean: 'false'
fetch-depth: '0'
Expand Down Expand Up @@ -142,7 +142,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@v4
uses: codecov/codecov-action@v5
with:
name: 'actions-${{ matrix.os }}'
token: '${{ secrets.CODECOV_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/inputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3b9b8c884f6b4bb4d5be2779c26374abadae0871
uses: actions/checkout@cbb722410c2e876e24abbe8de2cc27693e501dcb
with:
clean: 'false'
- name: 🚒 dotnet workload restore
Expand Down

0 comments on commit 85c496c

Please sign in to comment.