Skip to content

Commit c265b05

Browse files
authored
Merge pull request #5 from vineelsai26/actions
generic version numbers got github actions
2 parents a139862 + d17d156 commit c265b05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/msbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -38,7 +38,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)