From c062c2ac1e1c8c00c1dfb90f3b356a7808de3ba9 Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 19:57:35 +0100 Subject: [PATCH] workflows: change hello ref --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 59d246d..e75f51d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: ref: ubuntu/0.16.2-1 - package: hello repo: https://git.launchpad.net/ubuntu/+source/hello - ref: ubuntu/focal + ref: import/2.10-1build3 steps: - name: Checkout code uses: actions/checkout@v2