Skip to content

Commit

Permalink
Merge pull request #27 from ipfs-shipyard/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-dotnet-4

chore(deps): bump actions/setup-dotnet from 3 to 4
  • Loading branch information
Arlodotexe committed Jan 24, 2024
2 parents f7cca48 + 7b41985 commit 593aa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Install .NET 6 SDK
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '6.0.201'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.x
- name: Restore dependencies
Expand Down

0 comments on commit 593aa1a

Please sign in to comment.