aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Geiselbrecht <geist@foobox.com>2024-02-27 00:53:37 -0800
committerTravis Geiselbrecht <geist@foobox.com>2024-02-27 00:53:37 -0800
commit679fbb6e967eb666243e567cc004408e75d6b66a (patch)
tree5f3f70a193ee6775d1bd648266b71e1623d1667f
parent8176ae67c853e1174801d11d263c6729aa8fc457 (diff)
downloadlk-679fbb6e967eb666243e567cc004408e75d6b66a.tar.gz
[github][actions] update checkout and cache to v4
-rw-r--r--.github/workflows/github-ci-clang.yml2
-rw-r--r--.github/workflows/github-ci.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/github-ci-clang.yml b/.github/workflows/github-ci-clang.yml
index 19dc5612..528034cb 100644
--- a/.github/workflows/github-ci-clang.yml
+++ b/.github/workflows/github-ci-clang.yml
@@ -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
diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml
index 2489d112..dcf02544 100644
--- a/.github/workflows/github-ci.yml
+++ b/.github/workflows/github-ci.yml
@@ -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