File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 lint-and-test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : dtolnay/rust-toolchain@stable
1717 with :
1818 components : rustfmt, clippy
Original file line number Diff line number Diff line change 1818 actions : read
1919 contents : read
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222 - uses : github/codeql-action/init@v3
2323 with :
2424 languages : rust
Original file line number Diff line number Diff line change 1616 publish :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v6
2020
2121 - name : Resolve release tag
2222 id : release
@@ -118,7 +118,7 @@ jobs:
118118 PY
119119
120120 - name : Checkout tap repo
121- uses : actions/checkout@v4
121+ uses : actions/checkout@v6
122122 with :
123123 repository : Bikz/homebrew-tap
124124 token : ${{ secrets.BREW_TAP_TOKEN }}
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 if : ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v6
2222
2323 - uses : actions/setup-node@v4
2424 with :
Original file line number Diff line number Diff line change 3030 runs-on : ${{ matrix.os }}
3131 continue-on-error : ${{ matrix.allow_failure }}
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 - uses : dtolnay/rust-toolchain@stable
3535 with :
3636 targets : ${{ matrix.target }}
You can’t perform that action at this time.
0 commit comments