Skip to content

Commit f53b84c

Browse files
MINOR: [CI] Bump actions/setup-dotnet from 4.3.1 to 5.0.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.3.1 to 5.0.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4.3.1...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 64cfa7c commit f53b84c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/csharp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
dotnet: ['8.0.x']
5555
steps:
5656
- name: Install C#
57-
uses: actions/setup-dotnet@v4.3.1
57+
uses: actions/setup-dotnet@v5.0.0
5858
with:
5959
dotnet-version: ${{ matrix.dotnet }}
6060
- name: Setup Python
@@ -83,7 +83,7 @@ jobs:
8383
dotnet: ['8.0.x']
8484
steps:
8585
- name: Install C#
86-
uses: actions/setup-dotnet@v4.3.1
86+
uses: actions/setup-dotnet@v5.0.0
8787
with:
8888
dotnet-version: ${{ matrix.dotnet }}
8989
- name: Checkout Arrow
@@ -108,7 +108,7 @@ jobs:
108108
dotnet: ['8.0.x']
109109
steps:
110110
- name: Install C#
111-
uses: actions/setup-dotnet@v4.3.1
111+
uses: actions/setup-dotnet@v5.0.0
112112
with:
113113
dotnet-version: ${{ matrix.dotnet }}
114114
- name: Setup Python

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
ruby-version: ruby
100100
- name: Install .NET
101-
uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
101+
uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
102102
with:
103103
dotnet-version: '8.0.x'
104104
- name: Install Dependencies

0 commit comments

Comments
 (0)