diff --git a/.changes/unreleased/Dependency-20250314-082028.yaml b/.changes/unreleased/Dependency-20250314-082028.yaml new file mode 100644 index 0000000..3168a5e --- /dev/null +++ b/.changes/unreleased/Dependency-20250314-082028.yaml @@ -0,0 +1,3 @@ +kind: Dependency +body: 'chore(deps): bump the github-actions group across 1 directory with 3 updates' +time: 2025-03-14T08:20:28.29582171Z diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dbc4d75..a9e3566 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: passphrase: ${{ secrets.GPG_PASSPHRASE }} - name: Run GoReleaser - uses: goreleaser/goreleaser-action@v5.1.0 + uses: goreleaser/goreleaser-action@v6.2.1 with: version: latest args: release --rm-dist diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 74b45c3..0feb4bf 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -46,7 +46,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 @@ -64,7 +64,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 }} release-workflow: 'release.yaml'