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 2222 runs-on : ${{ matrix.os }}-latest
2323 name : ${{ matrix.os }}-${{ matrix.mode }}
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Cache cargo registry
2727 uses : actions/cache@v4
2828 with :
5151 check_format :
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555 - name : Set filters
5656 run : |
5757 git config filter.rustfmt.clean rustfmt
6565 env :
6666 SNG : ' arbitrary value'
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v5
6969 - name : Cache cargo registry
7070 uses : actions/cache@v4
7171 with :
7878 check_licenses :
7979 runs-on : ubuntu-latest
8080 steps :
81- - uses : actions/checkout@v4
81+ - uses : actions/checkout@v5
8282 - name : Cache cargo registry
8383 uses : actions/cache@v4
8484 with :
You can’t perform that action at this time.
0 commit comments