From 16549b86e1a44280096cb8e1f40bf28dbfac66a0 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 17 Mar 2024 00:24:04 -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 f04dbc3..b83911a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: # When the ref is empty, HEAD will be checked out. ref: ${{ github.event.inputs.git-ref }}