Skip to content

Commit 2d5dd9b

Browse files
dependabot(deps): bump actions/setup-dotnet from 3 to 5
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v3...v5) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d809cc commit 2d5dd9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "Is Preview: $STRAVAIG_IS_PREVIEW"
6666
echo "Is Stable: $STRAVAIG_IS_STABLE"
6767
68-
- uses: actions/setup-dotnet@v3
68+
- uses: actions/setup-dotnet@v5
6969
name: Setup .NET 6.0 and 7.0
7070
with:
7171
dotnet-version: |

0 commit comments

Comments
 (0)