Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 982942f commit ff3a774
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 @@ -174,7 +174,7 @@ jobs:
- name: 🚀 Publish Codecov Coverage
if: always() && (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]')
continue-on-error: true
uses: codecov/codecov-action@v5.1.2
uses: codecov/codecov-action@v5.2.0
with:
name: 'actions'
token: '${{ secrets.CODECOV_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-milestone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
default-label: ':sparkles: mysterious'
github-token: '${{ secrets.GITHUB_TOKEN }}'
- name: 📲 Install GitReleaseManager
uses: gittools/actions/gitreleasemanager/[email protected].10
uses: gittools/actions/gitreleasemanager/[email protected].11
with:
versionSpec: '0.18.0'
- name: Get Repo and Owner
Expand Down

0 comments on commit ff3a774

Please sign in to comment.