Skip to content

Commit 5c999b6

Browse files
dependabot[bot]egil
authored andcommitted
build(deps): Bump actions/setup-dotnet from 3 to 4
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 4. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9ebfab1 commit 5c999b6

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
# Install the .NET SDK indicated in the global.json file
4343
- name: ⚙️ Setup dotnet versions
44-
uses: actions/setup-dotnet@v3
44+
uses: actions/setup-dotnet@v4
4545
with:
4646
dotnet-version: |
4747
3.1.x
@@ -89,7 +89,7 @@ jobs:
8989
needs: [ create-nuget ]
9090
steps:
9191
- name: Setup .NET
92-
uses: actions/setup-dotnet@v3
92+
uses: actions/setup-dotnet@v4
9393

9494
- uses: actions/download-artifact@v3
9595
with:
@@ -121,7 +121,7 @@ jobs:
121121
fetch-depth: 0
122122

123123
- name: ⚙️ Setup dotnet versions
124-
uses: actions/setup-dotnet@v3
124+
uses: actions/setup-dotnet@v4
125125
with:
126126
dotnet-version: |
127127
3.1.x
@@ -152,7 +152,7 @@ jobs:
152152
fetch-depth: 0 # Get all history to allow automatic versioning using MinVer
153153

154154
- name: Setup .NET
155-
uses: actions/setup-dotnet@v3
155+
uses: actions/setup-dotnet@v4
156156

157157
- uses: actions/download-artifact@v3
158158
with:
@@ -198,7 +198,7 @@ jobs:
198198
fetch-depth: 0
199199

200200
- name: ⚙️ Setup dotnet versions
201-
uses: actions/setup-dotnet@v3
201+
uses: actions/setup-dotnet@v4
202202
with:
203203
dotnet-version: |
204204
3.1.x
@@ -249,7 +249,7 @@ jobs:
249249
path: ${{ env.NUGET_DIRECTORY }}
250250

251251
- name: Setup .NET Core
252-
uses: actions/setup-dotnet@v3
252+
uses: actions/setup-dotnet@v4
253253

254254
- name: 🛠️ Upload library to GitHub Package Repository
255255
run: dotnet nuget push ${{ env.NUGET_DIRECTORY }}/*.nupkg -k ${{ secrets.GITHUB_TOKEN }} -s https://nuget.pkg.github.com/bunit-dev/index.json --skip-duplicate --no-symbols

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
RELEASE_NOTES: ${{ steps.changelog_reader.outputs.changes }}
7070

7171
- name: ⚙️ Setup dotnet versions
72-
uses: actions/setup-dotnet@v3
72+
uses: actions/setup-dotnet@v4
7373
with:
7474
dotnet-version: |
7575
3.1.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
setAllVars: true
5555

5656
- name: ⚙️ Setup dotnet versions
57-
uses: actions/setup-dotnet@v3
57+
uses: actions/setup-dotnet@v4
5858
with:
5959
dotnet-version: |
6060
3.1.x

0 commit comments

Comments
 (0)