From e471c1a65c48e3b9f73b50d16e9ce7a5677d1db1 Mon Sep 17 00:00:00 2001 From: dehanj Date: Tue, 19 Mar 2024 10:52:33 +0100 Subject: [PATCH] Update CI action to checkout@v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 11ba8af..07b4db4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: image: ghcr.io/tillitis/tkey-builder:2 steps: - name: checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # fetch-depth: 0 persist-credentials: false