Skip to content

Commit 9236231

Browse files
ci: bump the gh-actions group with 2 updates (#20)
1 parent 2aa62d4 commit 9236231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
git tag v${{ needs.metadata.outputs.version }}
121121
git push origin v${{ needs.metadata.outputs.version }}
122122
- name: Create Release
123-
uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8
123+
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974
124124
with:
125125
generate_release_notes: true
126126
tag_name: v${{ needs.metadata.outputs.version }}

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
2424
2525
- name: Upload to codecov.io
26-
uses: codecov/codecov-action@v4
26+
uses: codecov/codecov-action@v5
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}
2929
fail_ci_if_error: true

0 commit comments

Comments
 (0)