From 7886706a5b6005572519ff0b8a5d76509c49a147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 19:46:22 +0530 Subject: [PATCH] ci: bump the github-actions group with 2 updates (#55) Bumps the github-actions group with 2 updates: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) and [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer). Updates `python-semantic-release/python-semantic-release` from 9.17.0 to 9.19.0 Updates `sigstore/cosign-installer` from 3.7.0 to 3.8.0 --- .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 78e91c1..9c81a2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: - name: Semantic Release id: semantic - uses: python-semantic-release/python-semantic-release@v9.17.0 + uses: python-semantic-release/python-semantic-release@v9.19.0 with: github_token: ${{ steps.app-token.outputs.token }} env: @@ -105,7 +105,7 @@ jobs: - name: Install CoSign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@v3.7.0 + uses: sigstore/cosign-installer@v3.8.0 with: cosign-release: 'v2.4.0'