Skip to content

Commit

Permalink
Update mean_bean_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Oct 6, 2024
1 parent 6d5d7f9 commit 2ddeb39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/mean_bean_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# artifacts are downloaded first.
needs: install-cross
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 50
- run: ci/set_rust_version.bash ${{ matrix.channel }} ${{ matrix.target }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
#- aarch64-apple-darwin
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup | Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand All @@ -88,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
needs: install-cross
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 50

Expand Down

0 comments on commit 2ddeb39

Please sign in to comment.