From 797aa06854332527f678ffebc08a176e3121b4d2 Mon Sep 17 00:00:00 2001 From: Priyank Date: Wed, 21 Feb 2024 08:57:36 +0000 Subject: [PATCH] Update qcode-ci.yml --- .github/workflows/qcode-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qcode-ci.yml b/.github/workflows/qcode-ci.yml index 2a24380..682707e 100644 --- a/.github/workflows/qcode-ci.yml +++ b/.github/workflows/qcode-ci.yml @@ -78,7 +78,7 @@ jobs: sudo mv qcode-packages.gpg /etc/apt/keyrings/ echo "deb [signed-by=/etc/apt/keyrings/qcode-packages.gpg] https://debian.qcode.co.uk buster main" | sudo tee /etc/apt/sources.list.d/qcode.list sudo apt-get update - sudo apt-get install -y tcl tcllib tdom tclcurl libpgtcl qcode-linter-1.0.0 + sudo apt-get install -y tcl tcllib tdom tclcurl libpgtcl qcode-linter-2.1.0 - name: Checkout uses: actions/checkout@v3