File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v4
2929 with :
3030 # We must fetch at least the immediate parents so that if this is
3131 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ jobs:
264264 coverage : nocoverage
265265 steps :
266266 - name : Checkout repository
267- uses : actions/checkout@v2
267+ uses : actions/checkout@v4
268268 with :
269269 # We must fetch at least the immediate parents so that if this is
270270 # a pull request then we can checkout the head.
@@ -312,7 +312,7 @@ jobs:
312312
313313 - name : IWYU from cache (for testing)
314314 id : cache-IWYU
315- uses : actions/cache@v2
315+ uses : actions/cache@v4
316316 with :
317317 path : include-what-you-use
318318 key : ${{ matrix.os }}-${{ matrix.c-compiler }}-include-what-you-use-pre-built
@@ -341,7 +341,7 @@ jobs:
341341
342342 - name : CURL from cache (for testing)
343343 id : cache-CURL
344- uses : actions/cache@v2
344+ uses : actions/cache@v4
345345 with :
346346 path : curl-7.75.0
347347 key : ${{ matrix.os }}-CURL-pre-built
@@ -386,7 +386,7 @@ jobs:
386386
387387 - name : Fetch libmicrohttpd from cache
388388 id : cache-libmicrohttpd
389- uses : actions/cache@v2
389+ uses : actions/cache@v4
390390 with :
391391 path : libmicrohttpd-0.9.64
392392 key : ${{ matrix.os }}-${{ matrix.c-compiler }}-libmicrohttpd-pre-built
You can’t perform that action at this time.
0 commit comments