Skip to content

Commit

Permalink
CI: Bump action:checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
jserv committed Feb 22, 2024
1 parent 13ded87 commit 952a2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/build-n-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 952a2e9

Please sign in to comment.