Skip to content

Commit

Permalink
ci: Update to actions/checkout@v4 more.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Oct 22, 2023
1 parent 64a72d1 commit 27fd0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check formatting
run: cargo fmt -- --check

Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
env:
VCPKG_ROOT: ${{ github.workspace }}/vcpkg
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install LLVM and Clang # required for bindgen to work, see https://github.com/rust-lang/rust-bindgen/issues/1797
Expand Down

0 comments on commit 27fd0da

Please sign in to comment.