Skip to content

Commit

Permalink
ci: update to checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 12, 2023
1 parent 02e56d3 commit 77e8b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Run cargo fmt
run: cargo fmt --all -- --check
Expand All @@ -40,7 +40,7 @@ jobs:

steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 77e8b7d

Please sign in to comment.