From 24c3dcaa0541842607908296fac29bfb0eec83cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 09:07:51 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/agent-evals.yaml | 4 ++-- .github/workflows/homebrew-release.yaml | 4 ++-- .github/workflows/pages.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/agent-evals.yaml b/.github/workflows/agent-evals.yaml index eeae3985..54caae72 100644 --- a/.github/workflows/agent-evals.yaml +++ b/.github/workflows/agent-evals.yaml @@ -40,7 +40,7 @@ jobs: has_evals: ${{ steps.matrix.outputs.has_evals }} steps: - name: Check out candidate - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 @@ -137,7 +137,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'agent-evals/judge') }} steps: - name: Check out candidate - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/homebrew-release.yaml b/.github/workflows/homebrew-release.yaml index b10f2115..2f60af31 100644 --- a/.github/workflows/homebrew-release.yaml +++ b/.github/workflows/homebrew-release.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ${{ matrix.runner }} steps: - name: Check out trusted source - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: ref: ${{ inputs.ref }} persist-credentials: false @@ -129,7 +129,7 @@ jobs: permission-contents: write - name: Check out public tap - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 with: repository: tesserix/homebrew-tap token: ${{ steps.tap-token.outputs.token }} diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 65d55189..7bde5fb8 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -29,7 +29,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Configure Pages uses: actions/configure-pages@v5