Update actions to v3

This commit is contained in:
Jasmine Iwanek
2022-10-27 11:56:25 -04:00
parent 952148de3c
commit fb7e7ccb3d
2 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ jobs:
${{ matrix.environment.prefix }}-libpng
${{ matrix.environment.prefix }}-libvncserver
${{ matrix.environment.prefix }}-rtmidi
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: make
run: make -fwin/makefile.mingw -j DEV_BUILD=${{ matrix.dev-build }} NEW_DYNAREC=${{ matrix.new-dynarec }} X64=${{ matrix.environment.x64 }} VNC=n
working-directory: ./src