Skip to content

Commit

Permalink
Merge pull request #130 from DFE-Digital/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-dotnet-4

Bump actions/setup-dotnet from 3 to 4
  • Loading branch information
RogerHowellDfE authored Jan 2, 2024
2 parents 107fc5a + a577c68 commit c6f58d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ env.DOTNET_VERSION }}

Expand Down

0 comments on commit c6f58d7

Please sign in to comment.