From c4b4a1139e4a7f8af7640a63666609c32a1e8e2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:56:53 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/firmwarebuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firmwarebuild.yml b/.github/workflows/firmwarebuild.yml index dafab7e..9a817ad 100644 --- a/.github/workflows/firmwarebuild.yml +++ b/.github/workflows/firmwarebuild.yml @@ -53,7 +53,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: cache uses: actions/cache@v4 env: