From 6529930444c6b79ca4c4bfa35819d9325303a754 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:28:31 +0000 Subject: [PATCH] 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/agent-law.yml | 2 +- .github/workflows/blacksmith-smoke.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/agent-law.yml b/.github/workflows/agent-law.yml index 10f4398..32337f6 100644 --- a/.github/workflows/agent-law.yml +++ b/.github/workflows/agent-law.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Verify Empower Orchestrator law shell: bash diff --git a/.github/workflows/blacksmith-smoke.yml b/.github/workflows/blacksmith-smoke.yml index e851f53..267daa5 100644 --- a/.github/workflows/blacksmith-smoke.yml +++ b/.github/workflows/blacksmith-smoke.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Runner identity run: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index efd3adb..37f9a59 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0