File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 RUSTFLAGS : --deny warnings
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v4
2424
2525 - name : Install Rust Toolchain Components
2626 uses : actions-rs/toolchain@v1
5757 RUSTFLAGS : --deny warnings
5858
5959 steps :
60- - uses : actions/checkout@v2
60+ - uses : actions/checkout@v4
6161
6262 - name : Install Rust Toolchain Components
6363 uses : actions-rs/toolchain@v1
@@ -108,7 +108,7 @@ jobs:
108108 RUSTFLAGS : --deny warnings
109109
110110 steps :
111- - uses : actions/checkout@v2
111+ - uses : actions/checkout@v4
112112
113113 - name : Remove Broken WSL bash executable
114114 if : ${{ matrix.os == 'windows-latest' }}
Original file line number Diff line number Diff line change 4747 runs-on : ${{matrix.os}}
4848
4949 steps :
50- - uses : actions/checkout@v2
50+ - uses : actions/checkout@v4
5151
5252 - name : Install Rust Toolchain Components
5353 uses : actions-rs/toolchain@v1
8383 shell : bash
8484
8585 - name : Publish Archive
86- uses : softprops/action-gh-release@v0.1.5
86+ uses : softprops/action-gh-release@v0.1.15
8787 if : ${{ startsWith(github.ref, 'refs/tags/') }}
8888 with :
8989 draft : false
9393 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
9494
9595 - name : Publish Changelog
96- uses : softprops/action-gh-release@v0.1.5
96+ uses : softprops/action-gh-release@v0.1.15
9797 if : >-
9898 ${{
9999 startsWith(github.ref, 'refs/tags/')
You can’t perform that action at this time.
0 commit comments