diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 74778bb..172eaae 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Enable Corepack run: corepack enable diff --git a/.github/workflows/update-pins.yml b/.github/workflows/update-pins.yml index c245675..57b1a7d 100644 --- a/.github/workflows/update-pins.yml +++ b/.github/workflows/update-pins.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # Refresh the base image digest pins in bin/dvm to the current digest of # each tracked tag. crane runs in a container (Docker is preinstalled).