|
40 | 40 | |
41 | 41 | # install dependencies, build, and test |
42 | 42 | - name: Setup Dotnet for use with actions |
43 | | - uses: actions/setup-dotnet@v4.0.1 |
| 43 | + uses: actions/setup-dotnet@v4.3.1 |
44 | 44 | with: |
45 | 45 | dotnet-version: ${{ env.dotNetSDKVersion }} |
46 | 46 | include-prerelease: ${{ env.dotNetSDKIncludePrerelease }} |
|
98 | 98 | - uses: actions/checkout@v4 |
99 | 99 | # install dependencies, build, and test |
100 | 100 | - name: Setup Dotnet for use with actions |
101 | | - uses: actions/setup-dotnet@v4.0.1 |
| 101 | + uses: actions/setup-dotnet@v4.3.1 |
102 | 102 | with: |
103 | 103 | dotnet-version: ${{ env.dotNetSDKVersion }} |
104 | 104 | include-prerelease: ${{ env.dotNetSDKIncludePrerelease }} |
@@ -127,7 +127,7 @@ jobs: |
127 | 127 | steps: |
128 | 128 | # Install SDK for Selenium/Functional tests |
129 | 129 | - name: Setup Dotnet for use with actions |
130 | | - uses: actions/setup-dotnet@v4.0.1 |
| 130 | + uses: actions/setup-dotnet@v4.3.1 |
131 | 131 | with: |
132 | 132 | dotnet-version: ${{ env.dotNetSDKVersion }} |
133 | 133 | include-prerelease: ${{ env.dotNetSDKIncludePrerelease }} |
@@ -250,12 +250,12 @@ jobs: |
250 | 250 | #Swap staging slots with prod |
251 | 251 | - name: Swap web service staging slot to production |
252 | 252 | if: 0==1 |
253 | | - uses: Azure/cli@v2.0.0 |
| 253 | + uses: Azure/cli@v2.1.0 |
254 | 254 | with: |
255 | 255 | inlineScript: az webapp deployment slot swap --resource-group FeatureFlags --name featureflags-prod-eu-service --slot staging --target-slot production |
256 | 256 | - name: Swap web site staging slot to production |
257 | 257 | if: 0==1 |
258 | | - uses: Azure/cli@v2.0.0 |
| 258 | + uses: Azure/cli@v2.1.0 |
259 | 259 | with: |
260 | 260 | inlineScript: az webapp deployment slot swap --resource-group FeatureFlags --name featureflags-prod-eu-web --slot staging --target-slot production |
261 | 261 |
|
0 commit comments