From 4e6d70b9e70df188923de88cda3281ac04527820 Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 16 Mar 2024 21:56:17 -0400 Subject: [PATCH] Update actions/checkout --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53b7552..e927768 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # When the ref is empty, HEAD will be checked out. ref: ${{ github.event.inputs.git-ref }}