Skip to content

Commit f71081f

Browse files
authored
Merge pull request #29 from ipfs-shipyard/dependabot/github_actions/actions/setup-dotnet-4
chore(deps): bump actions/setup-dotnet from 3 to 4
2 parents d42aa76 + 796db8a commit f71081f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
2424
- name: Install .NET 6 SDK
25-
uses: actions/setup-dotnet@v3
25+
uses: actions/setup-dotnet@v4
2626
with:
2727
dotnet-version: '6.0.201'
2828

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup .NET
16-
uses: actions/setup-dotnet@v3
16+
uses: actions/setup-dotnet@v4
1717
with:
1818
dotnet-version: 6.0.x
1919
- name: Restore dependencies

0 commit comments

Comments
 (0)