From 50bdc76fe3c0655c8b2fd2122393b193162020ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miodrag=20Milanovi=C4=87?= Date: Mon, 24 Oct 2022 08:31:45 +0200 Subject: [PATCH] Update CI script --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea48d06..fcbe818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: YosysHQ/setup-oss-cad-suite@v1 - name: Run checks run: tabbypip install xmlschema && make ci