diff --git a/.github/workflows/eh-transport.yml b/.github/workflows/eh-transport.yml index b037a7e3ad..db8a027efd 100644 --- a/.github/workflows/eh-transport.yml +++ b/.github/workflows/eh-transport.yml @@ -104,7 +104,7 @@ jobs: runs-on: macos-15 timeout-minutes: 60 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/gc-native-roots.yml b/.github/workflows/gc-native-roots.yml index 95d38455a5..2bc03b0f38 100644 --- a/.github/workflows/gc-native-roots.yml +++ b/.github/workflows/gc-native-roots.yml @@ -265,7 +265,7 @@ jobs: # llvm-inprocess feature, which cargo cannot share with the build above. timeout-minutes: 120 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v7 with: node-version-file: .node-version diff --git a/.github/workflows/llvm-inprocess.yml b/.github/workflows/llvm-inprocess.yml index 8bf738d91e..bbbd4cd6fa 100644 --- a/.github/workflows/llvm-inprocess.yml +++ b/.github/workflows/llvm-inprocess.yml @@ -99,7 +99,7 @@ jobs: # files were. A diagnostic that cannot report the problem it exists to # report is worse than no diagnostic; it was reassuring three readers # while the corpora sat 151 commits behind. - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: fetch-depth: 0