We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490a641 commit 4a3fdcaCopy full SHA for 4a3fdca
.github/workflows/backend.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
apt-get: privoxy libbrotli-dev libmbedtls-dev
18
- name: Setup .NET Core
19
- uses: actions/setup-dotnet@v2.1.0
+ uses: actions/setup-dotnet@v2.1.1
20
21
dotnet-version: '7.0.x'
22
- name: Install dependencies
@@ -31,7 +31,7 @@ jobs:
31
steps:
32
- uses: actions/checkout@v3
33
34
35
36
37
0 commit comments