Skip to content

Commit eb26e7a

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 4c0598b commit eb26e7a

File tree

9 files changed

+34
-34
lines changed

9 files changed

+34
-34
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
71+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
7272
with:
7373
fetch-depth: 0
7474
persist-credentials: false
@@ -165,7 +165,7 @@ jobs:
165165
# https://github.com/actions/runner-images/issues/2840
166166
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
167167
168-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
168+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
169169
with:
170170
fetch-depth: 0
171171
persist-credentials: false
@@ -268,7 +268,7 @@ jobs:
268268
packages: read
269269

270270
steps:
271-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
271+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
272272
with:
273273
fetch-depth: 0
274274
persist-credentials: false
@@ -321,7 +321,7 @@ jobs:
321321
contents: read
322322

323323
steps:
324-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
324+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
325325
with:
326326
fetch-depth: 0
327327
persist-credentials: false
@@ -388,7 +388,7 @@ jobs:
388388
contents: write
389389

390390
steps:
391-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
391+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
392392
with:
393393
fetch-depth: 0
394394
persist-credentials: false

.github/workflows/go_test.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
# https://github.com/actions/runner-images/issues/2840
7373
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
7474
75-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
75+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
7676
with:
7777
fetch-depth: 0
7878
persist-credentials: false
@@ -169,7 +169,7 @@ jobs:
169169
# https://github.com/actions/runner-images/issues/2840
170170
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
171171
172-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
172+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
173173
with:
174174
fetch-depth: 0
175175
persist-credentials: false
@@ -272,7 +272,7 @@ jobs:
272272
packages: read
273273

274274
steps:
275-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
275+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
276276
with:
277277
fetch-depth: 0
278278
persist-credentials: false
@@ -325,7 +325,7 @@ jobs:
325325
contents: read
326326

327327
steps:
328-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
328+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
329329
with:
330330
fetch-depth: 0
331331
persist-credentials: false
@@ -392,7 +392,7 @@ jobs:
392392
contents: read
393393

394394
steps:
395-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
395+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
396396
with:
397397
fetch-depth: 0
398398
persist-credentials: false

.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)