From 93fec98d92a0372d06b49ef8d6265659142710f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 23:00:45 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `actions/attest-build-provenance` from 2.2.2 to 2.4.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](https://github.com/actions/attest-build-provenance/compare/v2.2.2...v2.4.0) Updates `ncipollo/release-action` from 1.16.0 to 1.18.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](https://github.com/ncipollo/release-action/compare/v1.16.0...v1.18.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2f4115..c196269 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: mv ./bin/github-action ./releases/github-action-linux-amd64 - name: generate artifact attestation - uses: actions/attest-build-provenance@v2.2.2 + uses: actions/attest-build-provenance@v2.4.0 with: subject-path: 'releases/*' @@ -62,7 +62,7 @@ jobs: - name: push release id: release - uses: ncipollo/release-action@v1.16.0 + uses: ncipollo/release-action@v1.18.0 with: artifacts: "./releases/*" tag: ${{ env.VERSION }}