diff --git a/.github/workflows/docker-image.yaml b/.github/workflows/docker-image.yaml index 35da455..263a09c 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@v7 - name: Install cosign if: github.event_name != 'pull_request'