diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 9b0cbe5..3ade693 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install cosign if: github.event_name != 'pull_request'