From 045dd0c523615249dc8730a2a803e72ee2700fa8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 22 Mar 2026 09:02:46 +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