use actions/checkout@v3

This commit is contained in:
Alexandre
2025-02-16 15:40:46 +01:00
committed by GitHub
parent 7421deabd5
commit 4a2a6b83eb

View File

@@ -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