From 62bb76fc846d3fb986dad759d6b048a42756c948 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:05:54 +0000 Subject: [PATCH] ci: 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/ci.yml | 10 +++++----- .github/workflows/codeql.yml | 2 +- .github/workflows/update-formula.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7b6917..f6b24b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: name: Formula Lint runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Ruby syntax check run: ruby -c streamline.rb @@ -36,7 +36,7 @@ jobs: runs-on: macos-latest needs: lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install from tap run: | @@ -60,7 +60,7 @@ jobs: runs-on: macos-13 needs: lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install from tap run: | @@ -83,7 +83,7 @@ jobs: runs-on: ubuntu-latest needs: lint steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Set up Homebrew uses: Homebrew/actions/setup-homebrew@master @@ -105,7 +105,7 @@ jobs: # Only run on main branch or manual triggers to avoid long CI times on PRs if: github.ref == 'refs/heads/main' || github.event_name == 'schedule' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install Rust uses: dtolnay/rust-toolchain@stable diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 146c529..1545c83 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,7 @@ jobs: name: Analyze runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: ruby/setup-ruby@v1 with: ruby-version: '3.2' diff --git a/.github/workflows/update-formula.yml b/.github/workflows/update-formula.yml index b5d66aa..389c10f 100644 --- a/.github/workflows/update-formula.yml +++ b/.github/workflows/update-formula.yml @@ -16,7 +16,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Determine version id: version