From 61f8f22d520f5cd690dc09b8a455c5ba57e2729f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:37:30 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 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/v4...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/lint.yaml | 2 +- .github/workflows/run_publish.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 46c9c0f..07c933a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -6,7 +6,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/run_publish.yaml b/.github/workflows/run_publish.yaml index b5761b5..7036a36 100644 --- a/.github/workflows/run_publish.yaml +++ b/.github/workflows/run_publish.yaml @@ -14,13 +14,13 @@ jobs: steps: # First checkout the target repo (where we'll deploy) - name: Checkout Collection - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: rtuszik/KoalaKeys-Collection # Then checkout the source repo into a subdirectory - name: Checkout KoalaKeys - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: repository: rtuszik/KoalaKeys path: KoalaKeys