From c81b6eadec7f22a245735412ea7a0a48010b1820 Mon Sep 17 00:00:00 2001 From: trinko Date: Sat, 27 Jan 2024 12:43:08 +0100 Subject: [PATCH] Fix GHA --- .github/workflows/test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 60f93113..bd81dad2 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -110,7 +110,7 @@ jobs: steps: - name: Check out the repo - uses: actions/checkout@4 + uses: actions/checkout@v4 - name: Set matrix of features id: set-matrix