From b4155657c57cbcfe47c3b5eddf184d32dbb452d3 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 7 Feb 2024 20:16:19 +0100 Subject: [PATCH] Update action in link-validator.yml --- .github/workflows/link-validator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-validator.yml b/.github/workflows/link-validator.yml index 4de22c11..c3e5965f 100644 --- a/.github/workflows/link-validator.yml +++ b/.github/workflows/link-validator.yml @@ -32,7 +32,7 @@ jobs: uses: coursier/cache-action@v6 - name: Setup Coursier - uses: coursier/setup-action@v1.3.3 + uses: coursier/setup-action@v1 - name: Create the Pekko site run: sbt "unidoc; docs/paradox"