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 }}