Skip to content

Commit 281aba6

Browse files
Update github actions
1 parent d83fe57 commit 281aba6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: 🚀 Publish Codecov Coverage
171171
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]')
172172
continue-on-error: true
173-
uses: codecov/codecov-action@v6.0.0
173+
uses: codecov/codecov-action@v6.0.1
174174
with:
175175
name: 'actions'
176176
token: '${{ secrets.CODECOV_TOKEN }}'

.github/workflows/close-milestone.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
default-label: ':sparkles: mysterious'
7777
github-token: '${{ secrets.GITHUB_TOKEN }}'
7878
- name: 📲 Install GitReleaseManager
79-
uses: gittools/actions/gitreleasemanager/setup@v4.4.2
79+
uses: gittools/actions/gitreleasemanager/setup@v4.5.0
8080
with:
8181
versionSpec: '0.20.0'
8282
- name: Get Repo and Owner

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}'
116116
if: "contains('${{ steps.commit-message.outputs.message }}', 'Automatically linting code')"
117-
uses: planetscale/ghcommit-action@v0.2.20
117+
uses: planetscale/ghcommit-action@v0.2.21
118118
with:
119119
commit_message: 'Automatically linting code'
120120
repo: '${{ github.repository }}'

0 commit comments

Comments
 (0)