Upgrade to checkout action v3

No code changes, just uses Node 16 instead of the
deprecated Node 12
This commit is contained in:
ISSOtm
2022-11-13 14:31:35 +01:00
parent 79748afdc4
commit 62b4f2b264
4 changed files with 11 additions and 11 deletions

View File

@@ -20,13 +20,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout rgbds@master
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: gbdev/rgbds
ref: master
path: rgbds
- name: Checkout rgbds-www@master
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: gbdev/rgbds-www
ref: master