From ae029094ae8c597a4ae67520982cafc8f58b2fc7 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Thu, 9 Dec 2021 14:18:06 +0000 Subject: [PATCH] package missing error in Validate-CITATION-cff job --- .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 f61bfa6..56076d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: run: sudo apt-get install -y libv8-dev - name: cff-validator - uses: dieghernan/cff-validator@v1 + uses: dieghernan/cff-validator@main - name: Upload cff-validator error artifact uses: actions/upload-artifact@v2.3.0