From 51e731da30be287bf802f5821081bc5925c2d3ed Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Thu, 12 Mar 2026 13:11:00 -0700 Subject: [PATCH] ci: Update actions Signed-off-by: Alex Forencich --- .github/workflows/regression-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index f6647e7..2af6c59 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -16,7 +16,7 @@ jobs: run: df -h - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install Verilator uses: v0xnihili/install-verilator-action@main