Skip to content

Commit 3176348

Browse files
authored
Merge pull request #2 from sboulema/dependabot/github_actions/actions/setup-dotnet-5
Bump actions/setup-dotnet from 4 to 5
2 parents 663a22c + 2073c8d commit 3176348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MjmlVisualizer
1+
name: MjmlVisualizer
22

33
on:
44
push:
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup .NET
25-
uses: actions/setup-dotnet@v4
25+
uses: actions/setup-dotnet@v5
2626
with:
2727
dotnet-version: ${{ env.dotnetVersion }}.x
2828

0 commit comments

Comments
 (0)