Skip to content

Commit 6155833

Browse files
chore(deps): bump the actions group with 2 updates
Bumps the actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action). Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) Updates `cycjimmy/semantic-release-action` from 2 to 4 - [Release notes](https://github.com/cycjimmy/semantic-release-action/releases) - [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md) - [Commits](cycjimmy/semantic-release-action@v2...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: cycjimmy/semantic-release-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb66333 commit 6155833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: npm run types
6464

6565
- name: ⬆️ Upload coverage report
66-
uses: codecov/codecov-action@v3
66+
uses: codecov/codecov-action@v4
6767

6868
release:
6969
needs: main
@@ -84,7 +84,7 @@ jobs:
8484
run: npm install --no-package-lock
8585

8686
- name: 🚀 Release
87-
uses: cycjimmy/semantic-release-action@v2
87+
uses: cycjimmy/semantic-release-action@v4
8888
with:
8989
semantic_version: 17
9090
branches: |

0 commit comments

Comments
 (0)