From eb7d7e72921c9e0e073b1a2b2c0fefdcb540afd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 03:45:37 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ahk-lint-format-compile.yml | 2 +- .github/workflows/build-cached.yml | 2 +- .github/workflows/build.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ahk-lint-format-compile.yml b/.github/workflows/ahk-lint-format-compile.yml index d9d4f4e..381ec8a 100644 --- a/.github/workflows/ahk-lint-format-compile.yml +++ b/.github/workflows/ahk-lint-format-compile.yml @@ -16,7 +16,7 @@ jobs: lint: runs-on: windows-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install AutoHotkey run: choco install autohotkey --version=2.0.19 -y diff --git a/.github/workflows/build-cached.yml b/.github/workflows/build-cached.yml index 2cf814d..a9517a9 100644 --- a/.github/workflows/build-cached.yml +++ b/.github/workflows/build-cached.yml @@ -14,7 +14,7 @@ jobs: build-release: runs-on: windows-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Cache AutoHotkey uses: actions/cache@v4 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cd0268e..3ed0c47 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: build-release: runs-on: windows-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install AutoHotkey run: choco install autohotkey --version=2.0.19 -y