Skip to content

Commit 414df42

Browse files
chore(deps): bump actions/setup-dotnet from 4.0.1 to 4.1.0 (#94)
1 parent 19289c4 commit 414df42

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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

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

5252
- name: Setup .NET
53-
uses: actions/setup-dotnet@v4.0.1
53+
uses: actions/setup-dotnet@v4.1.0
5454
with:
5555
dotnet-version: ${{ inputs.dotnet-version }}
5656
dotnet-quality: ${{ inputs.dotnet-quality }}

.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.0.1
45+
uses: actions/setup-dotnet@v4.1.0
4646
with:
4747
dotnet-version: ${{ inputs.dotnet-version }}
4848
dotnet-quality: ${{ inputs.dotnet-quality }}

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

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

4848
- name: Install .NET ${{ inputs.dotnet-version }}
49-
uses: actions/setup-dotnet@v4.0.1
49+
uses: actions/setup-dotnet@v4.1.0
5050
with:
5151
dotnet-version: ${{ inputs.dotnet-version }}
5252
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.0.1
42+
uses: actions/setup-dotnet@v4.1.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
@@ -81,7 +81,7 @@ jobs:
8181
docker-images: true
8282

8383
- name: Setup .NET
84-
uses: actions/setup-dotnet@v4.0.1
84+
uses: actions/setup-dotnet@v4.1.0
8585
with:
8686
dotnet-version: ${{ inputs.dotnet-version }}
8787
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.0.1
41+
uses: actions/setup-dotnet@v4.1.0
4242
with:
4343
dotnet-version: ${{ inputs.dotnet-version }}
4444
dotnet-quality: ${{ inputs.dotnet-quality }}

0 commit comments

Comments
 (0)