Skip to content

Commit f2cf769

Browse files
authored
Merge pull request #153 from endlessm/T34608-update-github-actions
github: Update actions to Node 16
2 parents e4a8d61 + 7369116 commit f2cf769

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
with:
3030
# Need to fetch everything so that GenerateVersion.ps1 can see the tags
3131
fetch-depth: 0
3232

3333
- name: Add msbuild to PATH
34-
uses: microsoft/setup-msbuild@v1.0.2
34+
uses: microsoft/setup-msbuild@v1
3535

3636
- name: Build Project
3737
run: |
3838
MSBuild.exe endless.sln /p:Configuration=${{ matrix.configuration }} /p:Platform=${{ matrix.platform }}
3939
4040
- name: Compress executable
41-
uses: crazy-max/ghaction-upx@v1
41+
uses: crazy-max/ghaction-upx@v2
4242
if: ${{ matrix.configuration == 'Release' }}
4343
with:
4444
files: ${{ matrix.platform }}/${{matrix.configuration}}/EndlessUsbTool.exe

0 commit comments

Comments
 (0)