diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3dd0e05..3c433d7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -18,7 +18,7 @@ jobs: runs-on: macos-26 timeout-minutes: 10 steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 1 @@ -58,7 +58,7 @@ jobs: runs-on: ${{ matrix.platform }} timeout-minutes: 10 steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 1 - name: Build diff --git a/.github/workflows/lima.yaml b/.github/workflows/lima.yaml index 52c73f4..dfac25e 100644 --- a/.github/workflows/lima.yaml +++ b/.github/workflows/lima.yaml @@ -25,7 +25,7 @@ jobs: # unlikely to succeed. timeout-minutes: 20 steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 1 - name: Show host info diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 9551fdb..1bd14f7 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -27,7 +27,7 @@ jobs: runs-on: ${{ matrix.platform }} timeout-minutes: 10 steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 1 - name: Show host info diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8d6bab6..62a1762 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: attestations: write # for provenances timeout-minutes: 20 steps: - - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: # https://github.com/reproducible-containers/repro-get/issues/3 fetch-depth: 0