ci: Update to actions/checkout@v4 from v3. (#155)

This is an update to the more recent NodeJS toolchain within
GitHub Actions.
This commit is contained in:
Bruce Mitchener
2025-01-21 16:50:13 +07:00
committed by GitHub
parent e370ef802d
commit c5e8e3c39b

View File

@@ -108,7 +108,7 @@ jobs:
install: sudo apt install clang-11
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Toolchain
run: |