diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 3dd0e05..7aee638 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: 1 - name: Build diff --git a/.github/workflows/lima.yaml b/.github/workflows/lima.yaml index 52c73f4..a967027 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: 1 - name: Show host info diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index 9551fdb..17d7b5f 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: fetch-depth: 1 - name: Show host info diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8d6bab6..1dddff1 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 with: # https://github.com/reproducible-containers/repro-get/issues/3 fetch-depth: 0