We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb7f08 commit fff23adCopy full SHA for fff23ad
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: Build
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
18
- uses: actions/setup-dotnet@v1
19
with:
.github/workflows/docker.yaml
@@ -55,7 +55,7 @@ jobs:
55
PLATFORM: "linux/amd64"
56
57
58
59
60
# calculate some variables that are used later
61
- name: version
0 commit comments