Skip to content

Commit

Permalink
Bump actions/setup-dotnet (#375)
Browse files Browse the repository at this point in the history
Bumps the github-actions group in /.github/workflows/bootstrap with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet).

Updates `actions/setup-dotnet` from 3 to 4
  • Loading branch information
dependabot[bot] authored Apr 11, 2024
1 parent cd62c75 commit a5e5acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
git tag --list
# Install .NET version as mandated by global.json
- uses: actions/setup-dotnet@v3
- uses: actions/setup-dotnet@v4
with:
global-json-file: global.json

Expand Down

0 comments on commit a5e5acf

Please sign in to comment.