From 4a04f523eb48736ad391468b4f87b06b688c7405 Mon Sep 17 00:00:00 2001 From: ammnt Date: Sun, 22 Dec 2024 14:07:26 +0300 Subject: [PATCH] updated: updated: dependencies for the next release --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 493bc88..7ae41c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,8 +27,8 @@ jobs: - name: Checkout repository🧱 uses: actions/checkout@v4.2.2 - # - name: Install cosign🔒 - # uses: sigstore/cosign-installer@v3.7.0 + - name: Install cosign🔒 + uses: sigstore/cosign-installer@v3.7.0 - name: Setup Docker buildx🛠️ uses: docker/setup-buildx-action@v3.8.0