Skip to content

Commit

Permalink
build(deps): bump actions/setup-dotnet from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 2 to 3.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v2...v3)

---
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>
  • Loading branch information
dependabot[bot] authored and amis92 committed Nov 10, 2022
1 parent 8cea3d3 commit 3d12ce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
Configuration: Release
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
- run: dotnet restore
- run: dotnet build --no-restore
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
PagesCname: gallery.bsdata.net
steps:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v2
- uses: actions/setup-dotnet@v3
- run: dotnet publish -c Release -o bin/publish -p:GHPages=true -p:GHPagesBase=https://${{ env.PagesCname }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 3d12ce2

Please sign in to comment.