File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-24.04
1212 timeout-minutes : 10
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v6
1515 - uses : dtolnay/rust-toolchain@stable
1616 with :
1717 components : clippy, rustfmt
Original file line number Diff line number Diff line change 1919 issues : write
2020 contents : read
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - uses : alstr/todo-to-issue-action@master
2424 env :
2525 MANUAL_COMMIT_REF : ${{ inputs.COMMIT_REF }}
Original file line number Diff line number Diff line change 1212 create-release :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616 - uses : taiki-e/create-gh-release-action@v1
1717 with :
1818 changelog : CHANGELOG.md
You can’t perform that action at this time.
0 commit comments