Skip to content

Commit a60ed95

Browse files
Bump actions/setup-dotnet from 4 to 5 (#88)
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v4...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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9070f68 commit a60ed95

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/af-demo-berv-1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Setup .NET Core
18-
uses: actions/setup-dotnet@v4
18+
uses: actions/setup-dotnet@v5
1919
with:
2020
dotnet-version: ${{ env.DOTNET_CORE_VERSION }}
2121
- name: Restore

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# Prefix the list here with "+" to use these queries and those in the config file.
5252
# queries: ./path/to/local/query, your-org/your-repo/queries@main
5353
- name: Setup .NET Core
54-
uses: actions/setup-dotnet@v4
54+
uses: actions/setup-dotnet@v5
5555
if: ${{ matrix.language == 'csharp' }}
5656
with:
5757
dotnet-version: '8.0.x'

0 commit comments

Comments
 (0)