Skip to content

Commit

Permalink
Bump actions/setup-dotnet from 3.0.0 to 3.0.2 (BeyondDimension#2119)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v3.0.0...v3.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 19, 2022
1 parent 9002127 commit a0c7d26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
submodules: recursive

- name: Setup .NET 6
uses: actions/setup-dotnet@v3.0.0
uses: actions/setup-dotnet@v3.0.2
with:
dotnet-version: 6.0.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
submodules: recursive

- name: Setup .NET 6
uses: actions/setup-dotnet@v3.0.0
uses: actions/setup-dotnet@v3.0.2
with:
dotnet-version: 6.0.x

Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
submodules: recursive

- name: Setup .NET 6
uses: actions/setup-dotnet@v3.0.0
uses: actions/setup-dotnet@v3.0.2
with:
dotnet-version: 6.0.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/xamarin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
submodules: recursive

- name: Setup .NET 6
uses: actions/setup-dotnet@v3.0.0
uses: actions/setup-dotnet@v3.0.2
with:
dotnet-version: 6.0.x

Expand Down

0 comments on commit a0c7d26

Please sign in to comment.