File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
2222 - uses : actions/checkout@v3
2323
2424 - name : Add MSBuild to PATH
25- uses : microsoft/setup-msbuild@v1.0.2
25+ uses : microsoft/setup-msbuild@v1
2626
2727 - name : Setup Python
2828 uses : actions/setup-python@v4
2929 with :
3030 python-version : " 3.11"
3131
32- - uses : suisei-cn/actions-download-file@v1.3.0
32+ - uses : suisei-cn/actions-download-file@v1
3333 id : downloadfile # Remember to give an ID if you need the output filename
3434 name : Download rootfs
3535 with :
3838
3939 - name : Write file from base64 string
4040 id : write_file
41- uses : timheuer/base64-to-file@v1.2
41+ uses : timheuer/base64-to-file@v1
4242 with :
4343 fileName : " ArchWSL-Appx-Test.pfx"
4444 encodedString : ${{ secrets.APPX_TEST_CERTIFICATE }}
You can’t perform that action at this time.
0 commit comments