aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2024-03-06 14:46:22 +1100
committerDavid Gibson <david@gibson.dropbear.id.au>2024-03-06 14:46:22 +1100
commit417e3299dbd17f25e318608aa31e38c501697227 (patch)
treeabaef14f466c6178d8d0409bde6a12d639fe3ba8
parent5e6cefa17e2dfdaf6323a7cd886ee6ea17b978b3 (diff)
downloaddtc-417e3299dbd17f25e318608aa31e38c501697227.tar.gz
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>
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index be23b9f..9f28bda 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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:
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Install Dependencies
run: |