commit 763d5d8f8c81a3c905b1a3f09ad88a4c6042f46e
Author: Michael Francis <4574480+mfrancis95@users.noreply.github.com>
AuthorDate: Sun Nov 30 22:50:12 2025 -0500
Commit: GitHub <noreply@github.com>
CommitDate: Sun Nov 30 22:50:12 2025 -0500
cpp-linter.yml: Update `actions/checkout` to `v6`
---
.github/workflows/cpp-linter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index 04e6fe72..931e0421 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -16,7 +16,7 @@ jobs:
compiler: [clang]
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libfluidsynth-dev libpng-dev libsamplerate0-dev libsdl2-dev libsdl2-mixer-dev libsdl2-net-dev ninja-build
- name: Run cmake to generate compilation database