We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f4960 commit 6ef3696Copy full SHA for 6ef3696
.github/workflows/docker.yml
@@ -17,7 +17,7 @@ jobs:
17
push:
18
runs-on: 'ubuntu-24.04'
19
steps:
20
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
21
22
- name: Extract metadata for Docker
23
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
24
NUGET_PACKAGES: ${{ github.workspace }}/.github/nuget-packages
25
26
27
28
# Backend
29
- name: Set up .NET SDK
0 commit comments