From 33ec3d24e8cf0561c4716437b2626f48865f6724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 09:58:16 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/compile.yml | 2 +- .github/workflows/super-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 4288db6..5e5bbf1 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -39,7 +39,7 @@ jobs: name: "upx.exe" url: "https://github.com/upx/upx/releases/download/v3.96/upx-3.96-win64.zip" pathInArchive: "upx-3.96-win64/upx.exe" - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: Compile script run: | $compiled_dir = "D:\a\ahk-scripts\ahk-scripts\bin" diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index bb62a8c..4596309 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 with: # Full git history is needed to get a proper list of changed files within `super-linter` fetch-depth: 0