Skip to content

Commit 66813b0

Browse files
chore: (deps): bump the actions group across 1 directory with 7 updates
Bumps the actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4` | `6` | | [actions/setup-dotnet](https://github.com/actions/setup-dotnet) | `4` | `5` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `6` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `7` | | [actions/setup-python](https://github.com/actions/setup-python) | `5` | `6` | | [actions/github-script](https://github.com/actions/github-script) | `7` | `8` | | [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) | `5` | `6` | Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v4...v6) Updates `actions/setup-dotnet` from 4 to 5 - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...v5) Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) Updates `actions/github-script` from 7 to 8 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v8) Updates `amannn/action-semantic-pull-request` from 5 to 6 - [Release notes](https://github.com/amannn/action-semantic-pull-request/releases) - [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md) - [Commits](amannn/action-semantic-pull-request@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: amannn/action-semantic-pull-request dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 24d4b0d commit 66813b0

File tree

9 files changed

+39
-39
lines changed

9 files changed

+39
-39
lines changed

.github/workflows/benchmarks.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
is_multi_query: ${{ steps.set-queries.outputs.is_multi_query }}
5959
steps:
6060
- name: Checkout repository
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v6
6262

6363
- name: Determine queries to run
6464
id: set-queries
@@ -131,12 +131,12 @@ jobs:
131131
DATABRICKS_CLIENT_SECRET: ${{ secrets.DATABRICKS_TEST_CLIENT_SECRET }}
132132
steps:
133133
- name: Checkout repository
134-
uses: actions/checkout@v4
134+
uses: actions/checkout@v6
135135
with:
136136
submodules: recursive
137137

138138
- name: Set up .NET
139-
uses: actions/setup-dotnet@v4
139+
uses: actions/setup-dotnet@v5
140140
with:
141141
dotnet-version: '8.0.x'
142142

@@ -194,7 +194,7 @@ jobs:
194194
}
195195
196196
- name: Upload all benchmark results
197-
uses: actions/upload-artifact@v4
197+
uses: actions/upload-artifact@v6
198198
with:
199199
name: benchmark-results-net472
200200
path: benchmark-results/
@@ -234,12 +234,12 @@ jobs:
234234
DATABRICKS_CLIENT_SECRET: ${{ secrets.DATABRICKS_TEST_CLIENT_SECRET }}
235235
steps:
236236
- name: Checkout repository
237-
uses: actions/checkout@v4
237+
uses: actions/checkout@v6
238238
with:
239239
submodules: recursive
240240

241241
- name: Set up .NET
242-
uses: actions/setup-dotnet@v4
242+
uses: actions/setup-dotnet@v5
243243
with:
244244
dotnet-version: '8.0.x'
245245

@@ -290,7 +290,7 @@ jobs:
290290
fi
291291
292292
- name: Upload all benchmark results
293-
uses: actions/upload-artifact@v4
293+
uses: actions/upload-artifact@v6
294294
with:
295295
name: benchmark-results-net8
296296
path: benchmark-results/
@@ -319,16 +319,16 @@ jobs:
319319
runs-on: ubuntu-latest
320320
steps:
321321
- name: Checkout repository
322-
uses: actions/checkout@v4
322+
uses: actions/checkout@v6
323323

324324
- name: Download .NET 8.0 results
325-
uses: actions/download-artifact@v4
325+
uses: actions/download-artifact@v7
326326
with:
327327
name: benchmark-results-net8
328328
path: results-net8
329329

330330
- name: Download .NET Framework 4.7.2 results
331-
uses: actions/download-artifact@v4
331+
uses: actions/download-artifact@v7
332332
with:
333333
name: benchmark-results-net472
334334
path: results-net472
@@ -575,16 +575,16 @@ jobs:
575575
runs-on: ubuntu-latest
576576
steps:
577577
- name: Checkout repository
578-
uses: actions/checkout@v4
578+
uses: actions/checkout@v6
579579

580580
- name: Download .NET 8.0 results
581-
uses: actions/download-artifact@v4
581+
uses: actions/download-artifact@v7
582582
with:
583583
name: benchmark-results-net8
584584
path: results-net8
585585

586586
- name: Download .NET Framework 4.7.2 results
587-
uses: actions/download-artifact@v4
587+
uses: actions/download-artifact@v7
588588
with:
589589
name: benchmark-results-net472
590590
path: results-net472

.github/workflows/csharp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@ jobs:
6262
- '8.0.x'
6363
steps:
6464
- name: Checkout repository
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v6
6666
with:
6767
ref: ${{ github.event.pull_request.head.sha || github.sha }}
6868
fetch-depth: 0
6969
submodules: recursive
7070
persist-credentials: false
7171

7272
- name: Setup .NET ${{ matrix.dotnet }}
73-
uses: actions/setup-dotnet@v4
73+
uses: actions/setup-dotnet@v5
7474
with:
7575
dotnet-version: ${{ matrix.dotnet }}
7676

.github/workflows/dev.yaml

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

4242
steps:
43-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4444
with:
4545
fetch-depth: 0
4646
persist-credentials: false

.github/workflows/dev_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ubuntu-slim
4444

4545
steps:
46-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4747
with:
4848
fetch-depth: 1
4949
persist-credentials: false

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ jobs:
4646
DATABRICKS_TEST_CLIENT_SECRET: ${{ secrets.DATABRICKS_TEST_CLIENT_SECRET }}
4747
steps:
4848
- name: Checkout repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
with:
5151
submodules: recursive
5252

5353
- name: Set up .NET
54-
uses: actions/setup-dotnet@v4
54+
uses: actions/setup-dotnet@v5
5555
with:
5656
dotnet-version: '8.0.x'
5757

.github/workflows/go_release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# https://github.com/actions/runner-images/issues/2840
6969
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
7070
71-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
71+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
7272
with:
7373
fetch-depth: 0
7474
persist-credentials: false
@@ -161,7 +161,7 @@ jobs:
161161
# https://github.com/actions/runner-images/issues/2840
162162
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
163163
164-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
164+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
165165
with:
166166
fetch-depth: 0
167167
persist-credentials: false
@@ -265,7 +265,7 @@ jobs:
265265
packages: read
266266

267267
steps:
268-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
268+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
269269
with:
270270
fetch-depth: 0
271271
persist-credentials: false
@@ -318,7 +318,7 @@ jobs:
318318
contents: read
319319

320320
steps:
321-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
321+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
322322
with:
323323
fetch-depth: 0
324324
persist-credentials: false
@@ -385,7 +385,7 @@ jobs:
385385
contents: write
386386

387387
steps:
388-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
388+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
389389
with:
390390
fetch-depth: 0
391391
persist-credentials: false

.github/workflows/go_test.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,14 @@ jobs:
9292
# https://github.com/actions/runner-images/issues/2840
9393
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
9494
95-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
95+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
9696
if: github.event_name != 'workflow_dispatch'
9797
with:
9898
fetch-depth: 0
9999
persist-credentials: false
100100

101101
- name: "checkout remote"
102-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
102+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
103103
if: github.event_name == 'workflow_dispatch'
104104
with:
105105
repository: ${{ inputs.repository }}
@@ -195,14 +195,14 @@ jobs:
195195
# https://github.com/actions/runner-images/issues/2840
196196
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
197197
198-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
198+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
199199
if: github.event_name != 'workflow_dispatch'
200200
with:
201201
fetch-depth: 0
202202
persist-credentials: false
203203

204204
- name: "checkout remote"
205-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
205+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
206206
if: github.event_name == 'workflow_dispatch'
207207
with:
208208
repository: ${{ inputs.repository }}
@@ -309,14 +309,14 @@ jobs:
309309
packages: read
310310

311311
steps:
312-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
312+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
313313
if: github.event_name != 'workflow_dispatch'
314314
with:
315315
fetch-depth: 0
316316
persist-credentials: false
317317

318318
- name: "checkout remote"
319-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
319+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
320320
if: github.event_name == 'workflow_dispatch'
321321
with:
322322
repository: ${{ inputs.repository }}
@@ -372,14 +372,14 @@ jobs:
372372
contents: read
373373

374374
steps:
375-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
375+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
376376
if: github.event_name != 'workflow_dispatch'
377377
with:
378378
fetch-depth: 0
379379
persist-credentials: false
380380

381381
- name: "checkout remote"
382-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
382+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
383383
if: github.event_name == 'workflow_dispatch'
384384
with:
385385
repository: ${{ inputs.repository }}
@@ -449,14 +449,14 @@ jobs:
449449
contents: read
450450

451451
steps:
452-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
452+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
453453
if: github.event_name != 'workflow_dispatch'
454454
with:
455455
fetch-depth: 0
456456
persist-credentials: false
457457

458458
- name: "checkout remote"
459-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
459+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
460460
if: github.event_name == 'workflow_dispatch'
461461
with:
462462
repository: ${{ inputs.repository }}

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Validate PR title follows Conventional Commits
37-
uses: amannn/action-semantic-pull-request@v5
37+
uses: amannn/action-semantic-pull-request@v6
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
with:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
steps:
7272
- name: Check PR description has issue reference
73-
uses: actions/github-script@v7
73+
uses: actions/github-script@v8
7474
with:
7575
script: |
7676
const pr = context.payload.pull_request;

.github/workflows/proxy-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@ jobs:
5353
timeout-minutes: 20
5454
steps:
5555
- name: Checkout repository
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
with:
5858
ref: ${{ github.event.pull_request.head.sha || github.sha }}
5959
fetch-depth: 0
6060
submodules: recursive
6161
persist-credentials: false
6262

6363
- name: Setup .NET 8.0
64-
uses: actions/setup-dotnet@v4
64+
uses: actions/setup-dotnet@v5
6565
with:
6666
dotnet-version: '8.0.x'
6767

6868
- name: Setup Python
69-
uses: actions/setup-python@v5
69+
uses: actions/setup-python@v6
7070
with:
7171
python-version: '3.11'
7272

0 commit comments

Comments
 (0)