Skip to content

Commit

Permalink
⬆️ github-actions: Bump actions/setup-dotnet from 1.9.0 to 4.0.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 1.9.0 to 4.0.1.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v1.9.0...v4.0.1)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent dd7a47a commit b42f15f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/SSW.SophieBot.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Use BF CLI
run: npm install -g @microsoft/botframework-cli
- name: Use .Net sdk 6.0.x
uses: actions/setup-dotnet@v1.9.0
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: "6.0.x"

Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
- uses: actions/[email protected]

- name: Use .Net sdk 6.0.x
uses: actions/setup-dotnet@v1.9.0
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: "6.0.x"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/SSW.SophieBot.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Use BF CLI
run: npm install -g @microsoft/botframework-cli
- name: Use .Net sdk 6.0.x
uses: actions/setup-dotnet@v1.9.0
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: "6.0.x"

Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- uses: actions/[email protected]

- name: Use .Net sdk 6.0.x
uses: actions/setup-dotnet@v1.9.0
uses: actions/setup-dotnet@v4.0.1
with:
dotnet-version: "6.0.x"

Expand Down

0 comments on commit b42f15f

Please sign in to comment.