Skip to content

Commit a6c025f

Browse files
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 18110c0 commit a6c025f

11 files changed

+16
-16
lines changed

.github/workflows/check-license.yml

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

7474
steps:
7575
- name: Checkout repository
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777

7878
- name: Install Ruby
7979
uses: ruby/setup-ruby@v1

.github/workflows/check-npm-dependencies-task.yml

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

6767
steps:
6868
- name: Checkout repository
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
submodules: recursive
7272

@@ -125,7 +125,7 @@ jobs:
125125

126126
steps:
127127
- name: Checkout repository
128-
uses: actions/checkout@v4
128+
uses: actions/checkout@v5
129129
with:
130130
submodules: recursive
131131

.github/workflows/check-npm-task.yml

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

6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969

7070
- name: Setup Node.js
7171
uses: actions/setup-node@v4
@@ -101,7 +101,7 @@ jobs:
101101

102102
steps:
103103
- name: Checkout repository
104-
uses: actions/checkout@v4
104+
uses: actions/checkout@v5
105105

106106
- name: Setup Node.js
107107
uses: actions/setup-node@v4

.github/workflows/check-packaging-ncc-typescript-npm.yml

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

2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: Setup Node.js
3434
uses: actions/setup-node@v4

.github/workflows/check-prettier-formatting-task.yml

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

241241
steps:
242242
- name: Checkout repository
243-
uses: actions/checkout@v4
243+
uses: actions/checkout@v5
244244

245245
- name: Setup Node.js
246246
uses: actions/setup-node@v4

.github/workflows/check-toc-task.yml

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

7171
steps:
7272
- name: Checkout repository
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474

7575
- name: Setup Node.js
7676
uses: actions/setup-node@v4

.github/workflows/check-tsconfig-task.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: Setup Node.js
4444
uses: actions/setup-node@v4

.github/workflows/integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout local repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
# Run the action using default values as much as possible.
2525
- name: Run action
@@ -34,7 +34,7 @@ jobs:
3434
REPORT_FILE_PATH: /tmp/report.json
3535
steps:
3636
- name: Checkout local repository
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838

3939
# The contents of the test data path are structured so that the step will fail if arduino-lint is not run with the configuration according to these inputs.
4040
- name: Run action
@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Checkout local repository
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161

6262
# The contents of the test data path are structured so that the step will fail if arduino-lint is run with the default configuration.
6363
- name: Run action

.github/workflows/spell-check-task.yml

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

4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050

5151
- name: Install Python
5252
uses: actions/setup-python@v5

.github/workflows/sync-labels-npm.yml

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

3636
steps:
3737
- name: Checkout repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939

4040
- name: Setup Node.js
4141
uses: actions/setup-node@v4
@@ -122,7 +122,7 @@ jobs:
122122
echo "flag=--dry-run" >> $GITHUB_OUTPUT
123123
124124
- name: Checkout repository
125-
uses: actions/checkout@v4
125+
uses: actions/checkout@v5
126126

127127
- name: Download configuration file artifacts
128128
uses: actions/download-artifact@v5

0 commit comments

Comments
 (0)