Skip to content

Commit 85ba8d0

Browse files
build(deps-dev): bump the gh-actions group across 1 directory with 2 updates (#110)
Bumps the gh-actions group with 2 updates in the / directory: [actions/labeler](https://github.com/actions/labeler) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `actions/labeler` from 4 to 5 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](actions/labeler@v4...v5) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v4...v5) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9bda263 commit 85ba8d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
pull-requests: write
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/labeler@v4
33+
- uses: actions/labeler@v5
3434
with:
3535
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: actions/download-artifact@v4
4141
- name: Upload coverage to Codecov
42-
uses: codecov/codecov-action@v4
42+
uses: codecov/codecov-action@v5
4343
with:
4444
token: ${{ secrets.CODECOV_TOKEN }}
4545
flags: unittests

0 commit comments

Comments
 (0)