File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 runs-on : ubuntu-24.04
3434 steps :
3535 - name : Checkout sources
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737
3838 - name : Install toolchain
3939 uses : dtolnay/rust-toolchain@stable
5555 runs-on : ubuntu-24.04
5656 steps :
5757 - name : Checkout sources
58- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5959
6060 - name : Install toolchain
6161 uses : dtolnay/rust-toolchain@stable
Original file line number Diff line number Diff line change 1515 environment : " publish-crates.io"
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 ref : ${{ github.event.inputs.tag-name }}
2121
3737 environment : " publish-homebrew"
3838 steps :
3939 - name : Checkout homebrew-tools Repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141 with :
4242 repository : michidk/homebrew-tools
4343 token : ${{ secrets.COMMITTER_TOKEN }}
Original file line number Diff line number Diff line change 7878 target : x86_64-pc-windows-msvc
7979 steps :
8080 - name : Checkout repository
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v5
8282
8383 - name : Install toolchain
8484 uses : dtolnay/rust-toolchain@stable
You can’t perform that action at this time.
0 commit comments