Skip to content

Commit

Permalink
build(deps): bump actions/setup-dotnet from 3 to 4
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 77b17c7 commit cfb6465
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # all history
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
- run: dotnet --info
- run: dotnet tool restore
- run: dotnet nbgv get-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0 # all history
ref: ${{ github.event.client_payload.slash_command.args.named.ref }}
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
- run: dotnet --info
- run: dotnet tool restore
- run: dotnet nbgv get-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 0 # all history
ref: ${{ github.event.client_payload.slash_command.args.named.ref }}
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
- run: dotnet --info
- run: dotnet tool restore
- name: Add and push version tag
Expand Down

0 comments on commit cfb6465

Please sign in to comment.