File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 # Remove this when it no longer FTBFS on `ring` in CI.
3232 CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG : true
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 - uses : actions-rust-lang/setup-rust-toolchain@v1
3636 - name : Install dependencies
3737 run : |
Original file line number Diff line number Diff line change 3030 # Remove this when it no longer FTBFS on `ring` in CI.
3131 CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG : true
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - uses : actions-rust-lang/setup-rust-toolchain@v1
3535 with :
3636 components : clippy
Original file line number Diff line number Diff line change 3131 # Remove this when it no longer FTBFS on `ring` in CI.
3232 CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG : true
3333 steps :
34- - uses : actions/checkout@v4
34+ - uses : actions/checkout@v6
3535 - uses : actions-rust-lang/setup-rust-toolchain@v1
3636 with :
3737 components : rustfmt
Original file line number Diff line number Diff line change 2828 # Remove this when it no longer FTBFS on `ring` in CI.
2929 CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG : true
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 - uses : actions-rust-lang/setup-rust-toolchain@v1
3333 - uses : taiki-e/install-action@cargo-llvm-cov
3434 - uses : taiki-e/install-action@nextest
Original file line number Diff line number Diff line change 1313 name : make release
1414 runs-on : ${{ matrix.os }}
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 - name : ' Authenticate to Google Cloud'
1818 uses : ' google-github-actions/auth@v2.1.7'
1919 with :
9191 needs : [makerelease]
9292 name : createrelease
9393 steps :
94- - uses : actions/checkout@v4
94+ - uses : actions/checkout@v6
9595 - name : Install latest nightly
9696 uses : dtolnay/rust-toolchain@stable
9797 - uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 2626 app-id : ${{ secrets.GH_ORG_APP_ID }}
2727 private-key : ${{ secrets.GH_ORG_APP_PRIVATE_KEY }}
2828 owner : ${{ github.repository_owner }}
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 # Checkout the repo since we will want to update the file there.
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 with :
3333 repository : ' kittycad/${{ matrix.repo }}'
3434 path : ${{ matrix.repo }}
Original file line number Diff line number Diff line change 1616 format :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020 - uses : actions/setup-node@v4.1.0
2121 with :
2222 node-version : ' 18'
You can’t perform that action at this time.
0 commit comments