Skip to content

Commit 952a2e9

Browse files
committed
CI: Bump action:checkout version
1 parent 13ded87 commit 952a2e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ci/build-n-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function run_tests()
1111
}
1212

1313
build_mod
14-
# vwifi is buidable but failed to load.
14+
# vwifi is buildable but failed to load.
1515
# modprobe: FATAL: Module cfg80211 not found in directory /lib/modules/5.11.0-1028-azure
1616
# Installing Module vwifi.ko
1717
# insmod: ERROR: could not insert module vwifi.ko: Unknown symbol in module

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: checkout code
16-
uses: actions/checkout@v3.5.2
16+
uses: actions/checkout@v4
1717
- name: validate coding style and functionality
1818
run: |
1919
sudo apt-get install -q -y clang-format-12

0 commit comments

Comments
 (0)