From f08dba2df3a3c5caa6298bcaf24f9657b9a0638e Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 7 Jan 2025 14:16:24 -0800 Subject: [PATCH] Update CI dependency versions. --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a0bf6e21..5eb492c0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: env: RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | rustup set profile minimal rustup install ${{ matrix.rust }} @@ -35,7 +35,7 @@ jobs: # -D warnings is commented out in our install-rust action; re-add it here. RUSTFLAGS: -D warnings steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: true - uses: ./.github/actions/install-rust @@ -70,7 +70,7 @@ jobs: name: Update generated files runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: | wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - sudo add-apt-repository -y 'deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy main'