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 fd27520 commit bcf6566Copy full SHA for bcf6566
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
-
31
name: Checkout
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
34
name: Set up Docker Buildx
35
uses: docker/setup-buildx-action@v3
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
name: Set up Go
59
uses: actions/setup-go@v5
@@ -139,7 +139,7 @@ jobs:
139
140
141
142
143
with:
144
fetch-depth: 0
145
@@ -185,7 +185,7 @@ jobs:
185
186
187
188
189
190
191
0 commit comments