Skip to content

Commit 39690f4

Browse files
chore(deps): Bump actions/setup-dotnet from 5.1.0 to 5.2.0
Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 5.1.0 to 5.2.0. - [Release notes](https://github.com/actions/setup-dotnet/releases) - [Commits](actions/setup-dotnet@v5.1.0...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-dotnet dependency-version: 5.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3db47f3 commit 39690f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dotnet-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "🏟️ Stadium name: $STADIUM"
7070
7171
- name: Set up .NET ${{ env.DOTNET_VERSION }}
72-
uses: actions/setup-dotnet@v5.1.0
72+
uses: actions/setup-dotnet@v5.2.0
7373
with:
7474
dotnet-version: ${{ env.DOTNET_VERSION }}
7575
cache: true

.github/workflows/dotnet-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v6.0.2
2323

2424
- name: Set up .NET ${{ env.DOTNET_VERSION }}
25-
uses: actions/setup-dotnet@v5.1.0
25+
uses: actions/setup-dotnet@v5.2.0
2626
with:
2727
dotnet-version: ${{ env.DOTNET_VERSION }}
2828
# The action searches for packages.lock.json in the repository root,
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v6.0.2
5151

5252
- name: Set up .NET ${{ env.DOTNET_VERSION }}
53-
uses: actions/setup-dotnet@v5.1.0
53+
uses: actions/setup-dotnet@v5.2.0
5454
with:
5555
dotnet-version: ${{ env.DOTNET_VERSION }}
5656
cache: true

0 commit comments

Comments
 (0)