diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 7597a07..cb56b92 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -26,7 +26,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -302,7 +302,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index fe1bd2e..38dd9e0 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -26,7 +26,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -302,7 +302,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -494,7 +494,7 @@ jobs: combined_version: ${{ steps.combined.outputs.COMBINED_VERSION }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c39b0aa..c17863a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -299,7 +299,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -534,7 +534,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false diff --git a/.github/workflows/native-build.yml b/.github/workflows/native-build.yml index 1c74a17..dc4addd 100644 --- a/.github/workflows/native-build.yml +++ b/.github/workflows/native-build.yml @@ -51,7 +51,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -133,7 +133,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -208,7 +208,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 5682051..186f462 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -32,7 +32,7 @@ jobs: combined_version: ${{ steps.combined.outputs.COMBINED_VERSION }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1ddd21..df5f718 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -301,7 +301,7 @@ jobs: steps: # ----------------------------------------------------------------------- - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: true @@ -543,7 +543,7 @@ jobs: combined_version: ${{ steps.combined.outputs.COMBINED_VERSION }} steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: lfs: false