Skip to content

Commit 8a1f182

Browse files
Merge branch 'production' into move-AverageValue
2 parents 9eafb38 + 2ccd679 commit 8a1f182

8 files changed

+334
-195
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
echo "EC_INSTALL_PATH=${{ runner.temp }}/editorconfig-checker" >> "$GITHUB_ENV"
2323
2424
- name: Checkout repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Install Task
2828
uses: arduino/setup-task@v2
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Download latest editorconfig-checker release binary package
3434
id: download
35-
uses: MrOctopus/download-asset-action@1.0
35+
uses: MrOctopus/download-asset-action@1.1
3636
with:
3737
repository: editorconfig-checker/editorconfig-checker
3838
excludes: prerelease, draft

.github/workflows/check-license.yml

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

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444

4545
- name: Install Ruby
4646
uses: ruby/setup-ruby@v1

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

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

205205
steps:
206206
- name: Checkout repository
207-
uses: actions/checkout@v4
207+
uses: actions/checkout@v5
208208

209209
- name: Install Task
210210
uses: arduino/setup-task@v2

.github/workflows/check-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: Install Go
37-
uses: actions/setup-go@v5
37+
uses: actions/setup-go@v6
3838
with:
3939
go-version: ${{ env.GO_VERSION }}
4040

.github/workflows/check-taskfiles.yml

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

3333
steps:
3434
- name: Checkout repository
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: Download JSON schema for Taskfiles
3838
id: download-schema

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

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Install Task
2929
uses: arduino/setup-task@v2

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ jobs:
6464

6565
steps:
6666
- name: Checkout repository
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868

6969
- name: Install Python
70-
uses: actions/setup-python@v5
70+
uses: actions/setup-python@v6
7171
with:
7272
python-version: ${{ env.PYTHON_VERSION }}
7373

registry.txt

Lines changed: 324 additions & 185 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)