From 3afb9ab73db21e37a48d778e8c70aa3813310de8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:51:05 +0000 Subject: [PATCH] ci(deps): bump actions/checkout from 6.0.2 to 6.0.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [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/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/agent-law-provisioner.yml | 2 +- .github/workflows/agent-law.yml | 2 +- .github/workflows/blacksmith-go-smoke.yml | 2 +- .github/workflows/blacksmith-probe.yml | 2 +- .github/workflows/ci.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/agent-law-provisioner.yml b/.github/workflows/agent-law-provisioner.yml index 46c14be..6067e5f 100644 --- a/.github/workflows/agent-law-provisioner.yml +++ b/.github/workflows/agent-law-provisioner.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout hub - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/agent-law.yml b/.github/workflows/agent-law.yml index b8ea6bb..660fdef 100644 --- a/.github/workflows/agent-law.yml +++ b/.github/workflows/agent-law.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/blacksmith-go-smoke.yml b/.github/workflows/blacksmith-go-smoke.yml index a772815..2fb7a46 100644 --- a/.github/workflows/blacksmith-go-smoke.yml +++ b/.github/workflows/blacksmith-go-smoke.yml @@ -24,7 +24,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/blacksmith-probe.yml b/.github/workflows/blacksmith-probe.yml index f7824fc..ecc2e3d 100644 --- a/.github/workflows/blacksmith-probe.yml +++ b/.github/workflows/blacksmith-probe.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4ff6dbe..d1ef128 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false