File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.os }}
2222 steps :
2323 - name : Checkout sources
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 persist-credentials : false
2727 - name : Install toolchain
3333 run : rustc --version
3434 - run : cargo install cargo-audit
3535 - run : cargo generate-lockfile
36- - run : cargo audit --deny warnings
36+ - run : cargo audit --deny warnings
Original file line number Diff line number Diff line change 2323 runs-on : ${{ matrix.os }}
2424 steps :
2525 - name : Checkout sources
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 persist-credentials : false
2929 - name : Install toolchain
5252 runs-on : ${{ matrix.os }}
5353 steps :
5454 - name : Checkout sources
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 persist-credentials : false
5858 - name : Install toolchain
8383 runs-on : ${{ matrix.os }}
8484 steps :
8585 - name : Checkout sources
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v5
8787 with :
8888 persist-credentials : false
8989 - name : Install toolchain
@@ -106,7 +106,7 @@ jobs:
106106 runs-on : ${{ matrix.os }}
107107 steps :
108108 - name : Checkout sources
109- uses : actions/checkout@v4
109+ uses : actions/checkout@v5
110110 with :
111111 persist-credentials : false
112112 - name : Install toolchain
You can’t perform that action at this time.
0 commit comments