Skip to content

Commit

Permalink
fix: bump actions/setup-dotnet from 4.0.1 to 4.2.0 (#162)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4.0.1 to 4.2.0.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](actions/setup-dotnet@v4.0.1...v4.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent f3f633d commit 37c7ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: gradle/gradle-build-action@v3
- name: Execute Gradle build
run: ./gradlew build
- uses: actions/setup-dotnet@v4.0.1
- uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: "8.0.x"
- name: Install semantic-release
Expand Down

0 comments on commit 37c7ec9

Please sign in to comment.