Skip to content

Commit dde4dd7

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
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] <[email protected]>
1 parent 2959795 commit dde4dd7

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/coding-style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
name: "Coding style check"
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: editorconfig-checker/action-editorconfig-checker@main
1818
- run: editorconfig-checker

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616

1717
- name: Checkout build repo
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Assemble module and jobs for production
2121
run: |

.github/workflows/labels-from-yml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Run Labeler
3030
uses: crazy-max/ghaction-github-labeler@v5

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919

2020
- name: Checkout repository
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Get changed files
2424
id: changed-files

.github/workflows/pr-auto-labeler.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout the pull request
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Check for label using GH CLI
3030
id: check
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
# Checks out the repository to read files for matching with labeler config
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252

5353
# Applies labels based on the .github/labeler.yml config
5454
- uses: actions/labeler@v5

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828

2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131

3232
- name: Get changed files
3333
id: changed-files
@@ -96,7 +96,7 @@ jobs:
9696
sudo apt-get -y install fastfetch
9797
9898
- name: "Checkout Armbian configuration tool"
99-
uses: actions/checkout@v4
99+
uses: actions/checkout@v5
100100
with:
101101
path: 'config'
102102

.github/workflows/validate-json.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
path: config
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
path: config
2525

@@ -29,7 +29,7 @@ jobs:
2929
needs: checkout
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
path: config
3535

@@ -65,7 +65,7 @@ jobs:
6565
needs: checkout
6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
with:
7070
path: config
7171

@@ -104,7 +104,7 @@ jobs:
104104
needs: checkout
105105
steps:
106106
- name: Checkout
107-
uses: actions/checkout@v4
107+
uses: actions/checkout@v5
108108
with:
109109
path: config
110110

@@ -151,7 +151,7 @@ jobs:
151151
needs: checkout
152152
steps:
153153
- name: Checkout
154-
uses: actions/checkout@v4
154+
uses: actions/checkout@v5
155155
with:
156156
path: config
157157

0 commit comments

Comments
 (0)