From 56080c188e9eb9119a48de6b9ecf90682a2c5595 Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Sat, 26 Apr 2025 12:28:34 +0200 Subject: [PATCH 1/2] Update docker_release.yml --- .github/workflows/docker_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker_release.yml b/.github/workflows/docker_release.yml index dbb6c3bab8..9e8aabed5a 100644 --- a/.github/workflows/docker_release.yml +++ b/.github/workflows/docker_release.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install cosign uses: sigstore/cosign-installer@v3 @@ -48,4 +48,4 @@ jobs: DIGEST: ${{ steps.build.outputs.digest }} TAGS: ${{ steps.build.outputs.tags }} run: | - echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST} \ No newline at end of file + echo "${TAGS}" | xargs -I {} cosign sign --yes {}@${DIGEST} From 55db811c454174158f130ef45dd2f66e5f5bec5b Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Sat, 26 Apr 2025 12:29:10 +0200 Subject: [PATCH 2/2] Update release.yml --- .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 3d282dbb2d..1118590448 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: name: Build Python distribution runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v4 @@ -69,4 +69,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: true - print-hash: true \ No newline at end of file + print-hash: true