From 4f0a4762f42b9ef8a05b234fc2efd3fe3e29e8c0 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Mon, 22 Jan 2024 21:56:43 -0500 Subject: [PATCH] Github: Update actions --- .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 86b7b74..12a0f5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 # This uses the ":stable" version of Verilator, you may prefer ":latest" # We run make from inside the container, overriding default entry point (Verilator binary itself)