From 9e86a8ec3b980eff51926071ab5580ac205b8c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 08:29:28 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Build-Kernels.yml | 4 ++-- .github/workflows/Matrix XP.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"