@@ -11,18 +11,18 @@ jobs:
1111 steps :
1212 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1313 - name : Set up Go
14- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
14+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
1515 with :
1616 go-version : ' 1.25'
1717 cache : true
1818 - name : make
1919 run : make
20- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
20+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2121 with :
2222 name : helm-skaffold
2323 path : ./test/skaffold.yaml
2424 if-no-files-found : error
25- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
25+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2626 with :
2727 name : draft-binary
2828 path : ./draft
@@ -33,33 +33,33 @@ jobs:
3333 steps :
3434 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 - name : Set up Go
36- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
36+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3737 with :
3838 go-version : ' 1.25'
3939 cache : true
4040 - name : make
4141 run : make
42- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
42+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4343 with :
4444 name : draft-binary-win
4545 path : ./draft.exe
4646 if-no-files-found : error
47- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848 with :
4949 name : check_windows_helm
5050 path : ./test/check_windows_helm.ps1
5151 if-no-files-found : error
52- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
52+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5353 with :
5454 name : check_windows_addon_helm
5555 path : ./test/check_windows_addon_helm.ps1
5656 if-no-files-found : error
57- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
57+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5858 with :
5959 name : check_windows_kustomize
6060 path : ./test/check_windows_kustomize.ps1
6161 if-no-files-found : error
62- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
62+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6363 with :
6464 name : check_windows_addon_kustomize
6565 path : ./test/check_windows_addon_kustomize.ps1
0 commit comments