File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 name : lint
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : jdx/mise-action@v3
16- - uses : actions/setup-python@v5
16+ - uses : actions/setup-python@v6
1717 with :
1818 python-version : " 3.11.4"
1919 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121
@@ -41,13 +41,13 @@ jobs:
4141 needs : goreleaser
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@v4
44+ uses : actions/checkout@v5
4545 with :
4646 fetch-depth : 0
4747 - uses : actions/download-artifact@v5
4848
4949 - name : Compile .ISS to .EXE Installer
50- uses : Minionguyjpro/Inno-Setup-Action@v1.2.6
50+ uses : Minionguyjpro/Inno-Setup-Action@v1.2.7
5151 env :
5252 VERSION : ${{ github.ref }}
5353 BIN_DIR : dist/boss_windows_amd64_v1/boss.exe
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ require (
9292 github.com/go-toolsmith/astp v1.1.0 // indirect
9393 github.com/go-toolsmith/strparse v1.1.0 // indirect
9494 github.com/go-toolsmith/typep v1.1.0 // indirect
95- github.com/go-viper/mapstructure/v2 v2.3 .0 // indirect
95+ github.com/go-viper/mapstructure/v2 v2.4 .0 // indirect
9696 github.com/go-xmlfmt/xmlfmt v1.1.3 // indirect
9797 github.com/gobwas/glob v0.2.3 // indirect
9898 github.com/gofrs/flock v0.12.1 // indirect
Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQi
250250github.com/go-toolsmith/strparse v1.1.0 /go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ =
251251github.com/go-toolsmith/typep v1.1.0 h1:fIRYDyF+JywLfqzyhdiHzRop/GQDxxNhLGQ6gFUNHus =
252252github.com/go-toolsmith/typep v1.1.0 /go.mod h1:fVIw+7zjdsMxDA3ITWnH1yOiw1rnTQKCsF/sk2H/qig =
253- github.com/go-viper/mapstructure/v2 v2.3 .0 h1:27XbWsHIqhbdR5TIC911OfYvgSaW93HM+dX7970Q7jk =
254- github.com/go-viper/mapstructure/v2 v2.3 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
253+ github.com/go-viper/mapstructure/v2 v2.4 .0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9LvH92wZUgs =
254+ github.com/go-viper/mapstructure/v2 v2.4 .0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
255255github.com/go-xmlfmt/xmlfmt v1.1.3 h1:t8Ey3Uy7jDSEisW2K3somuMKIpzktkWptA0iFCnRUWY =
256256github.com/go-xmlfmt/xmlfmt v1.1.3 /go.mod h1:aUCEOzzezBEjDBbFBoSiya/gduyIiWYRP6CnSFIV8AM =
257257github.com/gobwas/glob v0.2.3 h1:A4xDbljILXROh+kObIiy5kIaPYD8e96x1tgBhUI5J+Y =
You can’t perform that action at this time.
0 commit comments