Skip to content

Commit 1df7f23

Browse files
ci(gh-actions): Bump actions/setup-dotnet from 5.3.0 to 5.4.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 241f6e8 commit 1df7f23

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v7.0.0
2424

2525
- name: Setup .NET SDK
26-
uses: actions/setup-dotnet@v5.3.0
26+
uses: actions/setup-dotnet@v5.4.0
2727
with:
2828
dotnet-version: ${{ vars.DOTNET_SDK_VERSIONS }}
2929
cache: true

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v7.0.0
2323
- name: Setup .NET SDK # detected from global.json
24-
uses: actions/setup-dotnet@v5.3.0
24+
uses: actions/setup-dotnet@v5.4.0
2525
- name: Restore .NET tools
2626
run: dotnet tool restore
2727
- name: Add Problem Matcher for dotnet-format
@@ -57,7 +57,7 @@ jobs:
5757
steps:
5858
- uses: actions/checkout@v7.0.0
5959
- name: Setup .NET SDK
60-
uses: actions/setup-dotnet@v5.3.0
60+
uses: actions/setup-dotnet@v5.4.0
6161
with:
6262
dotnet-version: ${{ vars.DOTNET_SDK_VERSIONS }}
6363
cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v7.0.0
2525
- name: Setup .NET SDK
26-
uses: actions/setup-dotnet@v5.3.0
26+
uses: actions/setup-dotnet@v5.4.0
2727
with:
2828
dotnet-version: ${{ vars.DOTNET_SDK_VERSIONS }}
2929
cache: true

0 commit comments

Comments
 (0)