GitHub CI: Bump actions/checkout to v3

v2 is deprecated and causes a warning on the Actions page.
This commit is contained in:
jn 2023-01-30 00:52:24 +01:00
parent 1899ed0f67
commit 1abde611ee

View File

@ -11,7 +11,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Download latest fox32asm artifact
uses: dawidd6/action-download-artifact@v2