Update Actions to Node 20

There are some warnings in CI about this.
This commit is contained in:
ISSOtm
2024-03-13 00:15:43 +01:00
parent b9596890c9
commit 81ed5fe41e
4 changed files with 31 additions and 31 deletions

View File

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