File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : Checkout Repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Show Active Rust Toolchain
2929 run : rustup show active-toolchain
3939
4040 steps :
4141 - name : Checkout Repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343
4444 - name : Run clippy
4545 run : cargo clippy -- -D clippy::all
4949
5050 steps :
5151 - name : Checkout Repository
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353
5454 - name : Run cargo fmt
5555 run : cargo fmt --all -- --check
6060 if : github.ref == 'refs/heads/main'
6161 steps :
6262 - name : Checkout repository
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 with :
6565 fetch-depth : 0
6666 token : ${{ secrets.RELEASE_PLZ_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments