diff --git a/.changes/unreleased/Dependency-20250314-075312.yaml b/.changes/unreleased/Dependency-20250314-075312.yaml new file mode 100644 index 0000000..b15de24 --- /dev/null +++ b/.changes/unreleased/Dependency-20250314-075312.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump the github-actions group across 1 directory with 2 updates' +time: 2025-03-14T07:53:12.844814576Z diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e351760..9c3b6c0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,7 +24,7 @@ jobs: run: go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./... - name: Upload to codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: verbose: true @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Prepare release - uses: labd/changie-release-action@v0.3.2 + uses: labd/changie-release-action@v0.6.0 with: github-token: ${{ secrets.GITHUB_TOKEN }}