[github][actions] update checkout and cache to v4

This commit is contained in:
Travis Geiselbrecht
2024-02-27 00:53:37 -08:00
parent 8176ae67c8
commit 679fbb6e96
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ jobs:
echo UBSAN = $UBSAN
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# Install LLVM and set up the required environment variables
- name: compute toolchain

View File

@@ -69,7 +69,7 @@ jobs:
# check out the source
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
# compute the toolchain prefix this project will need
- name: compute toolchain
@@ -82,7 +82,7 @@ jobs:
# maintain a directory archives/ in the repo
# it will contain tarballs of various toolchains
- name: cache
uses: actions/cache@v3
uses: actions/cache@v4
id: cache
with:
# A list of files, directories, and wildcard patterns to cache and restore