From 13bb42d0e31660436fbce4d628a6cbfe0b14ea85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:09:24 +0000 Subject: [PATCH] DEP: Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 8 ++++---- .github/workflows/workflow_yaml_lint.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bcc7eca..b83b057 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: runs-on: windows-2022 steps: - name: Git Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: outputs: changes: ${{ steps.changes.outputs.xmp }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: dorny/paths-filter@v3 id: changes with: @@ -104,7 +104,7 @@ jobs: key: plugin - name: Git Checkout / MPE / XPath - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: Mediaportal-Plugin-Team/Mediaportal-Tools path: MPE @@ -202,7 +202,7 @@ jobs: changes: ${{ needs.mpe.outputs.changes }} steps: - name: Git Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/workflow_yaml_lint.yml b/.github/workflows/workflow_yaml_lint.yml index cf8c173..0d67f87 100644 --- a/.github/workflows/workflow_yaml_lint.yml +++ b/.github/workflows/workflow_yaml_lint.yml @@ -18,6 +18,6 @@ jobs: runs-on: ubuntu-latest steps: - name: ⤵️ Check out configuration from GitHub - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 🚀 Run yamllint run: yamllint --strict .