GitHub CI: Bump actions/checkout to v3

v2 is deprecated and causes a warning on the Actions page.
main
jn 2023-01-29 23:26:38 +01:00
parent 15cf497b89
commit 8f0f6c9afd
1 changed files with 1 additions and 1 deletions

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 fox32rom artifact
uses: dawidd6/action-download-artifact@v2