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