diff --git a/.github/workflows/mean_bean_ci.yml b/.github/workflows/mean_bean_ci.yml index 4db4578..e5fe4b9 100644 --- a/.github/workflows/mean_bean_ci.yml +++ b/.github/workflows/mean_bean_ci.yml @@ -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 }} @@ -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 @@ -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