Skip to content

Commit 1149db1

Browse files
authored
Merge pull request #393 from nanotaboada/dependabot/github_actions/actions/setup-dotnet-5.2.0
chore(deps): Bump actions/setup-dotnet from 5.1.0 to 5.2.0
2 parents 3db47f3 + 39690f4 commit 1149db1

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)