Skip to content

Commit 13bb42d

Browse files
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](actions/checkout@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] <support@github.com>
1 parent efba748 commit 13bb42d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: windows-2022
2828
steps:
2929
- name: Git Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333

@@ -65,7 +65,7 @@ jobs:
6565
outputs:
6666
changes: ${{ steps.changes.outputs.xmp }}
6767
steps:
68-
- uses: actions/checkout@v4
68+
- uses: actions/checkout@v5
6969
- uses: dorny/paths-filter@v3
7070
id: changes
7171
with:
@@ -104,7 +104,7 @@ jobs:
104104
key: plugin
105105

106106
- name: Git Checkout / MPE / XPath
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v5
108108
with:
109109
repository: Mediaportal-Plugin-Team/Mediaportal-Tools
110110
path: MPE
@@ -202,7 +202,7 @@ jobs:
202202
changes: ${{ needs.mpe.outputs.changes }}
203203
steps:
204204
- name: Git Checkout
205-
uses: actions/checkout@v4
205+
uses: actions/checkout@v5
206206
with:
207207
fetch-depth: 0
208208

.github/workflows/workflow_yaml_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: ⤵️ Check out configuration from GitHub
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
- name: 🚀 Run yamllint
2323
run: yamllint --strict .

0 commit comments

Comments
 (0)