We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ae2ea8 commit 192f5b8Copy full SHA for 192f5b8
.github/workflows/docker.yml
@@ -16,7 +16,7 @@ jobs:
16
push:
17
runs-on: 'ubuntu-22.04'
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
20
21
- name: Build and Push Docker Images
22
uses: docker/build-push-action@v1
.github/workflows/main.yml
@@ -22,7 +22,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
23
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
24
25
26
27
# Backend
28
- name: Set up .NET SDK
0 commit comments