diff --git a/.github/workflows/onpush_builder.yaml b/.github/workflows/onpush_builder.yaml index 1d9f20f0d..cbf62f3c7 100644 --- a/.github/workflows/onpush_builder.yaml +++ b/.github/workflows/onpush_builder.yaml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: ↩️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 follow-symlinks: true @@ -61,7 +61,7 @@ jobs: changedAddons: ${{ steps.filter.outputs.changes }} steps: - name: ↩️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 follow-symlinks: true @@ -86,7 +86,7 @@ jobs: addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }} steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 follow-symlinks: true @@ -117,7 +117,7 @@ jobs: addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }} steps: - name: ↩️ Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 follow-symlinks: true @@ -139,7 +139,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 follow-symlinks: true @@ -205,7 +205,7 @@ jobs: addon: ${{ fromJSON(needs.check-addon-changes.outputs.changedAddons) }} steps: - name: Checkout Repo - uses: actions/checkout@v4 + uses: actions/checkout@v3 with: fetch-depth: 0 follow-symlinks: true