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 : |
@@ -134,7 +134,7 @@ jobs:
134134 if : github.ref == 'refs/heads/master'
135135 runs-on : ubuntu-latest
136136 steps :
137- - uses : actions/checkout@v4
137+ - uses : actions/checkout@v5
138138 with :
139139 fetch-depth : 0
140140 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