diff --git a/.github/workflows/update-task-in-docker-images.yml b/.github/workflows/update-task-in-docker-images.yml index 3cdec01..41ebcbb 100644 --- a/.github/workflows/update-task-in-docker-images.yml +++ b/.github/workflows/update-task-in-docker-images.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Install cosign - uses: sigstore/cosign-installer@v3.2.0 + uses: sigstore/cosign-installer@v3.3.0 - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@v3.0.0 diff --git a/.github/workflows/update-timew-in-docker-images.yml b/.github/workflows/update-timew-in-docker-images.yml index ad95976..19b1828 100644 --- a/.github/workflows/update-timew-in-docker-images.yml +++ b/.github/workflows/update-timew-in-docker-images.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Install cosign - uses: sigstore/cosign-installer@v3.2.0 + uses: sigstore/cosign-installer@v3.3.0 - name: Log into registry ${{ env.REGISTRY }} uses: docker/login-action@v3.0.0