Skip to content

Commit 44f83e4

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 5464ac2 commit 44f83e4

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
@@ -59,7 +59,7 @@ jobs:
5959
run: npm run types
6060

6161
- name: ⬆️ Upload coverage report
62-
uses: codecov/codecov-action@v3
62+
uses: codecov/codecov-action@v4
6363

6464
release:
6565
needs: main
@@ -80,7 +80,7 @@ jobs:
8080
run: npm install --no-package-lock
8181

8282
- name: 🚀 Release
83-
uses: cycjimmy/semantic-release-action@v2
83+
uses: cycjimmy/semantic-release-action@v4
8484
with:
8585
semantic_version: 17
8686
branches: |

0 commit comments

Comments
 (0)