File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 name : Check crate
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 with :
1818 fetch-depth : 0
1919
8282 git config --global core.autocrlf false
8383 git config --global core.eol lf
8484
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v5
8686
8787 - name : Remove fuzz target from members on Windows
8888 run : |
@@ -131,7 +131,7 @@ jobs:
131131 if : github.ref == 'refs/heads/master'
132132 runs-on : ubuntu-latest
133133 steps :
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v5
135135 with :
136136 fetch-depth : 0
137137 token : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change 1515 contents : write
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 - uses : actions-rs/toolchain@v1
2020 with :
2121 profile : minimal
You can’t perform that action at this time.
0 commit comments