Skip to content

Commit

Permalink
github: Update to newer checkout action
Browse files Browse the repository at this point in the history
We're getting deprecation warnings about the v3 one.

Signed-off-by: David Gibson <[email protected]>
  • Loading branch information
dgibson committed Mar 6, 2024
1 parent 5e6cefa commit 417e329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

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

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

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

- name: Install Dependencies
run: |
Expand Down

0 comments on commit 417e329

Please sign in to comment.