Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3.2.0 to 4.0.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.2.0 to 4.0.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.2.0...v4.0.0)

---
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 Dec 5, 2023
1 parent 32f0976 commit 38697c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
lfs: true

- name: Setup dotnet ${{ env.DOTNET_SDK_VERSION }}
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: "${{ env.DOTNET_SDK_VERSION }}"

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
lfs: true

- name: Setup dotnet ${{ env.DOTNET_SDK_VERSION }}
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: "${{ env.DOTNET_SDK_VERSION }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapx-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: echo "${HOME}/.dotnet/tools" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append

- name: Setup .NET 6.0
uses: actions/setup-dotnet@v3.2.0
uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: ${{ env.DOTNET_NET60_VERSION }}

Expand Down

0 comments on commit 38697c9

Please sign in to comment.