File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -19,17 +19,15 @@ jobs:
1919 if : github.repository_owner == 'ctrlplanedev'
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
2626 - name : Set up Go
27- uses : actions/setup-go@v5
28- with :
29- go-version-file : go.mod
27+ uses : actions/setup-go@v6
3028
3129 - name : Run GoReleaser
32- uses : goreleaser/goreleaser-action@v5
30+ uses : goreleaser/goreleaser-action@v7
3331 with :
3432 distribution : goreleaser
3533 version : " ~> v2"
4038 docker :
4139 needs : release
4240 runs-on : ubuntu-latest
43-
41+
4442 if : github.repository_owner == 'ctrlplanedev'
45-
43+
4644 permissions :
4745 contents : read
4846 id-token : write
5351
5452 steps :
5553 - name : Checkout
56- uses : actions/checkout@v4
54+ uses : actions/checkout@v6
5755
5856 - name : Set up QEMU
5957 uses : docker/setup-qemu-action@v3
You can’t perform that action at this time.
0 commit comments