From 7f43a0bc59bb6167b6388c15878c46242a2e6c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 07:34:05 +0000 Subject: [PATCH] ci(deps)(deps): bump actions/checkout Bumps the github-actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.2 to 7.0.1 - [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...3d3c42e5aac5ba805825da76410c181273ba90b1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/local-onion-tester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/local-onion-tester.yml b/.github/workflows/local-onion-tester.yml index f2a7c0fc..d30d7f06 100644 --- a/.github/workflows/local-onion-tester.yml +++ b/.github/workflows/local-onion-tester.yml @@ -49,7 +49,7 @@ jobs: ## verdict and no summary. timeout-minutes: 60 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 ## Public repo + only local git operations after checkout, so @@ -65,7 +65,7 @@ jobs: install-self: 'true' - name: Checkout dist-ai (onion-tester ci scripts + step-summary-emit) - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: org-ai-assisted/dist-ai ref: master