From d927f6e6a68b2cdc80bb17629ebfb1a40748eb71 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 18:45:25 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v6 --- .github/workflows/audit.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 45f2418..46335f7 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -10,7 +10,7 @@ jobs: name: Audit Tap Contents steps: - name: Check out code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Update Homebrew run: brew update diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ee99e59..8c40510 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,7 @@ jobs: name: Lint Code Style runs-on: macos-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 - name: Update Homebrew @@ -23,7 +23,7 @@ jobs: name: Test B2 Formula runs-on: macos-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Update Homebrew run: brew update - name: Tap ${{ github.repository }}