Skip to content

Commit ca5f318

Browse files
[GH Actions Update] (deps): Bump actions/setup-dotnet from 4 to 5 in the gh-actions group (#186)
Bumps the gh-actions group with 1 update: [actions/setup-dotnet](https://github.com/actions/setup-dotnet). Updates `actions/setup-dotnet` from 4 to 5 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7c5e384 commit ca5f318

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildAndPublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
search_commit_body: true
3535

3636
- name: Setup dotnet ${{ env.DOTNET_VERSION }}
37-
uses: actions/setup-dotnet@v4
37+
uses: actions/setup-dotnet@v5
3838
with:
3939
dotnet-version: ${{ env.DOTNET_VERSION }}
4040

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
languages: ${{ matrix.language }}
3939

4040
- name: Setup dotnet ${{ env.DOTNET_VERSION }}
41-
uses: actions/setup-dotnet@v4
41+
uses: actions/setup-dotnet@v5
4242
with:
4343
dotnet-version: ${{ env.DOTNET_VERSION }}
4444

0 commit comments

Comments
 (0)