We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08968fa + d1a3626 commit 9c29eb1Copy full SHA for 9c29eb1
.github/workflows/labeler.yml
@@ -14,6 +14,6 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Run Labeler
17
- uses: crazy-max/ghaction-github-labeler@v5.0.0
+ uses: crazy-max/ghaction-github-labeler@v5.1.0
18
with:
19
skip-delete: true
.github/workflows/tests.yml
@@ -152,4 +152,4 @@ jobs:
152
nox --session=coverage -- xml
153
154
- name: Upload coverage report
155
- uses: codecov/codecov-action@v4.6.0
+ uses: codecov/codecov-action@v5.0.7
0 commit comments