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 462403d commit 8afd6faCopy full SHA for 8afd6fa
.github/workflows/docker.yml
@@ -16,7 +16,7 @@ jobs:
16
push:
17
runs-on: 'ubuntu-24.04'
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
20
21
- name: Extract metadata for Docker
22
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
.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