From 952a2e9b53448bd95b3f416e9c7f41c6fb6fbfe8 Mon Sep 17 00:00:00 2001 From: Jim Huang Date: Fri, 23 Feb 2024 00:48:21 +0800 Subject: [PATCH] CI: Bump action:checkout version --- .ci/build-n-run.sh | 2 +- .github/workflows/main.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/build-n-run.sh b/.ci/build-n-run.sh index 8e930e4..d25b6dd 100755 --- a/.ci/build-n-run.sh +++ b/.ci/build-n-run.sh @@ -11,7 +11,7 @@ function run_tests() } build_mod -# vwifi is buidable but failed to load. +# vwifi is buildable but failed to load. # modprobe: FATAL: Module cfg80211 not found in directory /lib/modules/5.11.0-1028-azure # Installing Module vwifi.ko # insmod: ERROR: could not insert module vwifi.ko: Unknown symbol in module diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 01f31c3..acadf58 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout code - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v4 - name: validate coding style and functionality run: | sudo apt-get install -q -y clang-format-12