Skip to content

Commit 356fd64

Browse files
chore(deps): bump actions/setup-dotnet from 4.3.1 to 5.0.0 (#300)
1 parent 385c847 commit 356fd64

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-dotnet-fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
token: ${{ secrets.FETCH_TOKEN || github.token }}
7979

8080
- name: Setup .NET
81-
uses: actions/setup-dotnet@v4.3.1
81+
uses: actions/setup-dotnet@v5.0.0
8282
with:
8383
dotnet-version: ${{ inputs.dotnetVersion || '8.x' }}
8484
dotnet-quality: ${{ inputs.dotnetQuality || 'ga' }}

.github/workflows/step-dotnet-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
token: ${{ secrets.FETCH_TOKEN || github.token }}
4343

4444
- name: Setup .NET
45-
uses: actions/setup-dotnet@v4.3.1
45+
uses: actions/setup-dotnet@v5.0.0
4646
with:
4747
dotnet-version: ${{ inputs.dotnet-version }}
4848
dotnet-quality: ${{ inputs.dotnet-quality }}

.github/workflows/step-dotnet-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
token: ${{ secrets.FETCH_TOKEN || github.token }}
4040

4141
- name: Setup .NET
42-
uses: actions/setup-dotnet@v4.3.1
42+
uses: actions/setup-dotnet@v5.0.0
4343
with:
4444
dotnet-version: ${{ inputs.dotnet-version }}
4545
dotnet-quality: ${{ inputs.dotnet-quality }}

.github/workflows/step-dotnet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
docker-images: true
9090

9191
- name: Setup .NET
92-
uses: actions/setup-dotnet@v4.3.1
92+
uses: actions/setup-dotnet@v5.0.0
9393
with:
9494
dotnet-version: ${{ inputs.dotnet-version }}
9595
dotnet-quality: ${{ inputs.dotnet-quality }}

.github/workflows/step-dotnet-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
token: ${{ secrets.FETCH_TOKEN || github.token }}
3939

4040
- name: Setup .NET
41-
uses: actions/setup-dotnet@v4.3.1
41+
uses: actions/setup-dotnet@v5.0.0
4242
with:
4343
dotnet-version: ${{ inputs.dotnet-version }}
4444
dotnet-quality: ${{ inputs.dotnet-quality }}

0 commit comments

Comments
 (0)