From aa1090832b76444edb7395909292241857c0563a Mon Sep 17 00:00:00 2001 From: Rej Ect Date: Mon, 24 Nov 2025 12:50:56 +0200 Subject: [PATCH] CI: migrate workflows to checkout v6 --- .github/workflows/ci-multibuild.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-multibuild.yml b/.github/workflows/ci-multibuild.yml index a4d90470e..83b52d1ad 100644 --- a/.github/workflows/ci-multibuild.yml +++ b/.github/workflows/ci-multibuild.yml @@ -10,7 +10,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: "Check out the repo" - uses: "actions/checkout@v5" + uses: "actions/checkout@v6" - name: "Install Bun" uses: "oven-sh/setup-bun@v2" diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 7eba8c07f..4bcb74cc5 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -26,7 +26,7 @@ jobs: pull-requests: read steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 1