Skip to content

Commit 4510351

Browse files
authored
Merge pull request #297 from matplotlib/dependabot/github_actions/github-actions-2da4de5447
Bump the github-actions group with 2 updates
2 parents b5d066e + 64e5c70 commit 4510351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: contains(github.ref, 'tags')
5151
steps:
5252
- uses: actions/checkout@v4
53-
- uses: actions/[email protected].7
53+
- uses: actions/[email protected].9
5454
with:
5555
name: docs
5656

.github/workflows/test_and_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: ${{ always() }}
6363

6464
- name: Coverage
65-
uses: codecov/codecov-action@v4
65+
uses: codecov/codecov-action@v5
6666
# Don't run coverage on merge queue CI to avoid duplicating reports
6767
# to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
6868
if: github.event_name != 'merge_group'

0 commit comments

Comments
 (0)