From 4a2a6b83ebcadfe3926a90f207b1ff3412c12fe9 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Feb 2025 15:40:46 +0100 Subject: [PATCH] use actions/checkout@v3 --- .github/workflows/onpush_builder.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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