mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps): bump actions/checkout from 3 to 4 (#2102)
This commit is contained in:
parent
a880783bed
commit
9c264bb360
2
.github/workflows/rust_build.yml
vendored
2
.github/workflows/rust_build.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
run_release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- name: Setup sccache
|
||||
|
|
Loading…
Reference in a new issue