Skip to content

Commit

Permalink
ci: Update Actions
Browse files Browse the repository at this point in the history
- Update actions/checkout to v4
- Remove use of actions-rs

Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd authored and jackpot51 committed Oct 3, 2023
1 parent e409fb0 commit 869995f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@ jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Rust toolchain
run: rustup show

- uses: actions-rs/clippy-check@v1
- name: clippy
env:
BASEDIR: "."
with:
token: ${{ secrets.GITHUB_TOKEN }}
run: cargo clippy

build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down

0 comments on commit 869995f

Please sign in to comment.