Skip to content

Commit 90383a1

Browse files
committed
Update GitHub Actions to v4 (cache and checkout)
1 parent 18bc625 commit 90383a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/verify-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)