diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 191bc33bad..840ccfcf82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: os: [ubuntu-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Install bats diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index deed1a76d1..22722273e2 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -17,7 +17,7 @@ jobs: mirror: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 - name: Update download mirror