ci: Update actions/checkout to v4

Fixes the following warnings in Actions:

    Node.js 16 actions are deprecated. Please update the following
    actions to use Node.js 20: actions/checkout@v3.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2024-03-01 08:54:02 -07:00
committed by Jeremy Soller
parent 16e4f93f2c
commit 6aced2fd57

View File

@ -10,7 +10,7 @@ jobs:
outputs:
boards: ${{ steps.board-matrix.outputs.boards }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: ./scripts/deps.sh
@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: ./scripts/deps.sh
@ -54,7 +54,7 @@ jobs:
# TODO: Conditionally build based on files changed?
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install dependencies
run: ./scripts/deps.sh