attemping to fix notices from github around node 16, should be using node 20 now

This commit is contained in:
Sadek Baroudi 2024-05-18 03:52:33 -07:00
parent cd226558f2
commit 4794ae667b
1 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ github.repository}}
ref: ${{ github.ref }}
@ -21,7 +21,7 @@ jobs:
run: |
content=$(bash bin/fp_build.sh -l | sed s~keyboards/fingerpunch/~~| jq -Rsc '. / "\n" - [""]')
content="{\"keyboard\":$content}"
echo "::set-output name=matrix::$content"
echo "matrix=$content" >> $GITHUB_OUTPUT
Build:
needs: gather-keyboards
@ -32,7 +32,7 @@ jobs:
matrix: ${{fromJson(needs.gather-keyboards.outputs.matrix)}}
steps:
- name: Checkout QMK
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository}}
ref: ${{ github.ref }}