diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5d3ac62..0498a63 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,4 +42,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/docker-build-push.yaml b/.github/workflows/docker-build-push.yaml index b9941ec..a426a1a 100644 --- a/.github/workflows/docker-build-push.yaml +++ b/.github/workflows/docker-build-push.yaml @@ -37,7 +37,7 @@ jobs: network=host - name: Install cosign if: github.event_name != 'pull_request' - uses: sigstore/cosign-installer@v4.1.0 + uses: sigstore/cosign-installer@v4.1.1 - name: Login to GitHub Container Registry uses: docker/login-action@v4 if: github.event_name != 'pull_request'