Skip to content

Commit

Permalink
Upgrade actions/checkout to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
xStrom committed Sep 11, 2023
1 parent 5fef8fc commit c645d3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
name: cargo fmt
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install stable toolchain
uses: dtolnay/rust-toolchain@master
Expand All @@ -41,7 +41,7 @@ jobs:
os: [windows-latest, macos-latest, ubuntu-latest]
name: cargo clippy + test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install additional linux dependencies
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install additional linux dependencies
run: |
Expand Down

0 comments on commit c645d3d

Please sign in to comment.