From d3af072ed3ed1599766ad77010979e10f7a1b169 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 12 Feb 2026 23:30:36 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .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