Skip to content

Commit

Permalink
Update GitHub Actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tirr-c committed Sep 17, 2024
1 parent f1c0dfa commit fe860f9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Checkout the source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check AUTHORS file
run:
./ci/pull_request_checks.sh
Expand All @@ -29,21 +29,19 @@ jobs:
name: Test, Format and Clippy
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
toolchain: stable
override: true

- name: Build artefact caching
uses: Swatinem/rust-cache@v2.0.0
uses: Swatinem/rust-cache@v2.7.3

- name: Format
- name: Format
run: cargo fmt --all -- --check

- name: Clippy
Expand Down

0 comments on commit fe860f9

Please sign in to comment.