[github][actions] update checkout and cache to v4
This commit is contained in:
2
.github/workflows/github-ci-clang.yml
vendored
2
.github/workflows/github-ci-clang.yml
vendored
@@ -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
|
||||
|
||||
4
.github/workflows/github-ci.yml
vendored
4
.github/workflows/github-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user