From 290ed122bab73ef2ccb2ae1d06f02de6f1cfdf9e Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Wed, 15 May 2024 00:33:23 +0800 Subject: [PATCH] :fire: change action/checkout to v3 --- .github/workflows/c-cpp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 65a76a5..b3c1480 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -1,4 +1,4 @@ -name: Nasal Interpreter Build/Test/Package CI +name: Build/Test/Package CI on: schedule: @@ -13,7 +13,7 @@ jobs: mac-build: runs-on: macos-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: make run: | make -j4 @@ -42,7 +42,7 @@ jobs: linux-x86_64-build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: make run: | make -j4