Skip to content

Commit

Permalink
Merge pull request #1199 from allan2/ci-update-rust-version
Browse files Browse the repository at this point in the history
Bump CI Rust version to 1.75.0
  • Loading branch information
sfackler authored Jan 20, 2025
2 parents d7ccc7e + 66622f3 commit 07b6878
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: docker compose up -d
- uses: sfackler/actions/rustup@master
with:
version: 1.74.0
version: 1.75.0
- run: echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
id: rust-version
- uses: actions/cache@v3
Expand Down

0 comments on commit 07b6878

Please sign in to comment.