We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b7a754b + 057ed81 commit 4741f33Copy full SHA for 4741f33
1 file changed
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
-
31
name: Checkout
32
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
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@v6
@@ -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