File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 test-with-default-arguments :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@v4
8+ - uses : actions/checkout@v6
99 - uses : ./checkout-rust-project
1010 - name : Assert project is checked out
1111 run : grep "# GitHub Actions" README.md
1515 test-with-clippy-component-installed :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : ./checkout-rust-project
2020 with :
2121 rust-components : clippy
Original file line number Diff line number Diff line change 2020 expected-suffix : x86_64-apple-darwin
2121 runs-on : ${{ matrix.os.image }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - uses : ./determine-binary-name
2525 id : run-action
2626 with :
6060 expected-suffix : macos
6161 runs-on : ${{ matrix.os.image }}
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v6
6464 - uses : ./determine-binary-name
6565 id : run-action
6666 with :
Original file line number Diff line number Diff line change 1414 expected-url : https://github.com/example-org/example-app/releases/latest/download/my-binary-x86_64-apple-darwin
1515 runs-on : ${{ matrix.os.image }}
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - uses : ./determine-release-url
1919 id : run-action
2020 with :
3939 expected-url : https://github.com/demo-org/demo-app/releases/latest/download/program-macos
4040 runs-on : ${{ matrix.os.image }}
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343 - uses : ./determine-release-url
4444 id : run-action
4545 with :
Original file line number Diff line number Diff line change 1111 - macos-latest
1212 runs-on : ${{ matrix.os }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : ./install-release-binary
1616 id : run-action
1717 with :
2929 - macos-latest
3030 runs-on : ${{ matrix.os }}
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333 - uses : ./install-release-binary
3434 id : run-action
3535 with :
You can’t perform that action at this time.
0 commit comments