Skip to content

Commit 3af3cce

Browse files
authored
Update backend-publish-stage-azure.yml -- update to actions/checkout@v4 and actions/setup-dotnet@v4
1 parent 2b23605 commit 3af3cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
name: Build and Deploy .NET6 Web API
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v3
51+
- uses: actions/checkout@v4
5252
with:
5353
submodules: true
5454
- name: Set up dotnet Core ${{ env.NETCORE_VERSION }}
55-
uses: actions/setup-dotnet@v1
55+
uses: actions/setup-dotnet@v4
5656
with:
5757
dotnet-version: ${{ env.NETCORE_VERSION }}
5858
- name: Restore dependencies (${{env.SOLUTION_FILE}})

0 commit comments

Comments
 (0)