From b15d4a23152257bbf8ad45ad98aa05b161de61f0 Mon Sep 17 00:00:00 2001 From: OutdatedGuy Date: Thu, 4 Dec 2025 22:18:19 +0530 Subject: [PATCH] chore: update actions/checkout to version 6 in code quality workflow --- .github/workflows/code_quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 6dce1c7..eddebab 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -14,7 +14,7 @@ jobs: name: Check source code quality runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: dart-lang/setup-dart@v1 # Get dart dependencies.