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