File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : actions/setup-go@v4
14+ - uses : actions/setup-go@v5
1515 with :
1616 go-version : " 1.20"
1717 - run : make test
@@ -20,11 +20,11 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - uses : actions/checkout@v4
23- - uses : actions/setup-go@v4
23+ - uses : actions/setup-go@v5
2424 with :
2525 go-version : " 1.20"
2626 - run : make bin/vault-webhook-linux-amd64
27- - uses : actions/upload-artifact@v3
27+ - uses : actions/upload-artifact@v4
2828 with :
2929 name : bin
3030 path : bin/
3434 runs-on : ubuntu-latest
3535 steps :
3636 - uses : actions/checkout@v4
37- - uses : actions/download-artifact@v3
37+ - uses : actions/download-artifact@v4
3838 with :
3939 name : bin
4040 path : bin/
5151 tags : |
5252 type=sha,prefix=,format=long
5353 type=semver,pattern={{raw}}
54- - uses : docker/build-push-action@v5
54+ - uses : docker/build-push-action@v6
5555 with :
5656 context : .
5757 labels : ${{ steps.meta.outputs.labels }}
You can’t perform that action at this time.
0 commit comments