Skip to content

Commit 9270306

Browse files
authored
Update backend-publish-azure.yml -- update to actions/checkout@v4 and actions/setup-dotnet@v4
1 parent ca80275 commit 9270306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/backend-publish-azure.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ env:
4242

4343
jobs:
4444
build:
45-
name: Build and Deploy .NET5 Web API
45+
name: Build and Deploy .NET6 Web API
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
with:
5050
submodules: true
5151
- name: Set up dotnet Core ${{ env.NETCORE_VERSION }}
52-
uses: actions/setup-dotnet@v1
52+
uses: actions/setup-dotnet@v4
5353
with:
5454
dotnet-version: ${{ env.NETCORE_VERSION }}
5555
- name: Restore dependencies (${{env.SOLUTION_FILE}})

0 commit comments

Comments
 (0)