Skip to content

Commit

Permalink
Upgrade from deprecated actions/setup-dotnet@v3 to actions/setup-dotn…
Browse files Browse the repository at this point in the history
…et@v4
  • Loading branch information
crlsocro committed Sep 18, 2024
1 parent c99d41d commit 87883cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy-image-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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

0 comments on commit 87883cd

Please sign in to comment.