From 4c012c97958cc3fe37b53d399611193de31b05dc Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sun, 16 Feb 2025 15:44:39 +0100 Subject: [PATCH] Revert "use actions/checkout@v3" This reverts commit 4a2a6b83ebcadfe3926a90f207b1ff3412c12fe9. --- .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 cbf62f3c7..1d9f20f0d 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 follow-symlinks: true @@ -61,7 +61,7 @@ jobs: changedAddons: ${{ steps.filter.outputs.changes }} steps: - name: ↩️ Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 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@v3 + uses: actions/checkout@v4 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 follow-symlinks: true @@ -139,7 +139,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 follow-symlinks: true