From 55f8077e6649f7e4df6bf55c5306b87faa6d0149 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 16 Feb 2024 07:59:45 -0800 Subject: [PATCH] workflows: Switch to actions/checkout@v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ffdcb6e94..e85ad55e4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Clone Repository" - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run lorax tests in podman run: make test-in-podman && cp .test-results/.coverage .coverage - name: Coveralls