diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 9e56b39..45f2418 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@v4 + uses: actions/checkout@v5 - name: Update Homebrew run: brew update diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18a4352..ee99e59 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -9,7 +9,9 @@ jobs: name: Lint Code Style runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 + with: + fetch-depth: 0 - name: Update Homebrew run: brew update - name: Tap ${{ github.repository }} @@ -21,7 +23,7 @@ jobs: name: Test B2 Formula runs-on: macos-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Update Homebrew run: brew update - name: Tap ${{ github.repository }}