File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020 steps :
2121
22- - uses : actions/checkout@v6
22+ - uses : actions/checkout@v7
2323 - uses : actions/setup-go@v6
2424 with :
2525 go-version : ${{ env.GO_VERSION }}
7676
7777 steps :
7878
79- - uses : actions/checkout@v6
79+ - uses : actions/checkout@v7
8080
8181 - uses : actions/setup-go@v6
8282 with :
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Start FreeBSD VM
117117 if : matrix.os == 'freebsd'
118- uses : vmactions/freebsd-vm@a6de9343ef5747433d9c25784c90e84998b9d69a # v1.4.6
118+ uses : vmactions/freebsd-vm@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8
119119 with :
120120 usesh : true
121121 copyback : false
@@ -193,7 +193,7 @@ jobs:
193193 merge-multiple : true
194194 - run : ls -lafR
195195 - name : Release
196- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
196+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
197197 with :
198198 draft : true
199199 prerelease : ${{ contains(github.ref_name, '-alpha.') || contains(github.ref_name, '-beta.') }}
@@ -205,4 +205,4 @@ jobs:
205205 append_body : true
206206
207207# based on: github.com/koron-go/_skeleton/.github/workflows/go.yml
208- # $Hash:1c72c84ae2eaa0f6098c014ea6610c8345faaad97e706c5b6e6e197d $
208+ # $Hash:84bd3edd870a01504581dbb7ae119f23940120ca7c3f4cf9f003c535 $
You can’t perform that action at this time.
0 commit comments