Skip to content

Commit

Permalink
Merge pull request #22 from SkyCD/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
github-actions[bot] authored Jan 1, 2024
2 parents 788466a + 0946046 commit 37d3e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}

Expand Down

0 comments on commit 37d3e48

Please sign in to comment.