From 9de1d982fea33b5e5cff963944d140eb8183643f Mon Sep 17 00:00:00 2001 From: Brandon Wong Date: Wed, 6 Mar 2024 20:16:12 -0800 Subject: [PATCH] updated to v4 in .github/workflows --- .github/workflows/pull_request_ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request_ci.yml b/.github/workflows/pull_request_ci.yml index 275d4685..1b277381 100644 --- a/.github/workflows/pull_request_ci.yml +++ b/.github/workflows/pull_request_ci.yml @@ -25,7 +25,7 @@ jobs: steps: # First, we check out the repository's code using the Github Actions' "Checkout" tool. - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: 'recursive' @@ -59,7 +59,7 @@ jobs: sudo chown root:root /usr/bin/tar && sudo chmod u+s /usr/bin/tar - name: Cache protobuf-c id: cache-protobuf-c - uses: actions/cache@v3 # Uses the Github Actions' "Cache" tool + uses: actions/cache@v4 # Uses the Github Actions' "Cache" tool with: # These are the files we cache path: | @@ -90,6 +90,10 @@ jobs: cd protobuf-c-1.4.1 && ./configure && make && sudo make install && sudo ldconfig # Before we build Runtime, we check the formatting + - name: Debug + run: | + ls + pwd - name: Format run: | ./runtime format check