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 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 with :
3737 fetch-depth : 0
3838 - name : Setup Python
9898 runs-on : ubuntu-latest
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v5
102102 with :
103103 fetch-depth : 0
104104 - name : Setup Python
@@ -145,7 +145,7 @@ jobs:
145145 runs-on : ubuntu-latest
146146 steps :
147147 - name : Checkout
148- uses : actions/checkout@v4
148+ uses : actions/checkout@v5
149149 - name : Calculate cache id
150150 run : echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
151151 - name : Cache lychee
@@ -182,7 +182,7 @@ jobs:
182182 runs-on : ubuntu-latest
183183 steps :
184184 - name : Checkout
185- uses : actions/checkout@v4
185+ uses : actions/checkout@v5
186186 with :
187187 fetch-depth : 0
188188 - name : Mirror to GitLab
You can’t perform that action at this time.
0 commit comments