diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 35da455..582c642 100644 --- a/.github/workflows/docker-image.yaml +++ b/.github/workflows/docker-image.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install cosign if: github.event_name != 'pull_request'