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 e9d06d6 + 3bf483f commit f083752Copy full SHA for f083752
.changes/unreleased/Dependency-20250314-075312.yaml
@@ -0,0 +1,3 @@
1
+kind: Dependency
2
+body: 'chore(deps): bump the github-actions group across 1 directory with 2 updates'
3
+time: 2025-03-14T07:53:12.844814576Z
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
run: go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./...
25
26
- name: Upload to codecov
27
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
28
with:
29
verbose: true
30
@@ -42,7 +42,7 @@ jobs:
42
fetch-depth: 0
43
44
- name: Prepare release
45
- uses: labd/changie-release-action@v0.3.2
+ uses: labd/changie-release-action@v0.6.0
46
47
github-token: ${{ secrets.GITHUB_TOKEN }}
48
0 commit comments