Browse Source

github: Update to newer checkout action

We're getting deprecation warnings about the v3 one.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
main
David Gibson 8 months ago
parent
commit
417e3299db
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -22,7 +22,7 @@ jobs: @@ -22,7 +22,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
run: |
@ -49,7 +49,7 @@ jobs: @@ -49,7 +49,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Dependencies
run: |

Loading…
Cancel
Save