File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 using : " composite"
66 steps :
77 - name : Checkout libiconv
8- uses : actions/checkout@v4
8+ uses : actions/checkout@v6
99 with :
1010 repository : kiyolee/libiconv-win-build
1111 ref : dff1030d222ba934e0f4a9cdab9c34134f072f68 # v1.18
1212 path : libiconv-win-build
1313 persist-credentials : false
1414
1515 - name : Checkout zlib
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 repository : kiyolee/zlib-win-build
1919 ref : 30623e05e64fe4b97f2073ddaf8d3ba0e99d7249
2020 path : zlib-win-build
2121 persist-credentials : false
2222
2323 - name : Add msbuild to PATH
24- uses : microsoft/setup-msbuild@v2
24+ uses : microsoft/setup-msbuild@v3
2525
2626 - name : Build libiconv
2727 run : |
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
1313
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.13"
2222
You can’t perform that action at this time.
0 commit comments