Skip to content

Commit

Permalink
Update CI dependency versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfishcode committed Jan 7, 2025
1 parent d39794c commit f08dba2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit f08dba2

Please sign in to comment.