diff --git a/.github/workflows/Build-Kernels.yml b/.github/workflows/Build-Kernels.yml index 2c33c8a..8e28258 100644 --- a/.github/workflows/Build-Kernels.yml +++ b/.github/workflows/Build-Kernels.yml @@ -63,7 +63,7 @@ jobs: - name: "⏬ Download repository" if: steps.prebuild-checks.outputs.cancel != 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "⏬ Fetch latest WSL kernel source" if: steps.prebuild-checks.outputs.cancel != 'true' @@ -162,7 +162,7 @@ jobs: shell: bash steps: - name: "⏬ Download repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "📬 Receive Images from Build Jobs" uses: actions/download-artifact@v3 diff --git a/.github/workflows/Matrix XP.yml b/.github/workflows/Matrix XP.yml index f804956..7685305 100644 --- a/.github/workflows/Matrix XP.yml +++ b/.github/workflows/Matrix XP.yml @@ -32,7 +32,7 @@ jobs: - name: "⏬ Checkout repository" if: steps.prebuild-checks.outputs.cancel != 'true' - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: "DETECT CONFIGS"