Skip to content

Commit

Permalink
use a newer image for linters, remove '+nightly' in cargo fmt check
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarkushin committed Dec 19, 2023
1 parent 8119174 commit c066610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
group: check-${{ github.ref }}
cancel-in-progress: true
container:
image: paritytech/ci-unified:bullseye-1.71.0-v20230727
image: paritytech/ci-unified:bullseye-1.74.0-2023-11-01-v20231214
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:
run: rustup show

- name: Cargo fmt
run: cargo +nightly fmt --all -- --check
run: cargo fmt --all -- --check

- uses: actions-rs/cargo@v1
name: "Udeps Installation"
Expand Down

0 comments on commit c066610

Please sign in to comment.