From bae944d3843e9666b5a751033662f86f55f5c3de Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 1 Feb 2024 08:27:00 -0500 Subject: [PATCH] bump coursier/setup-action version to 1.3.5 (was .4) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 628a2cd71a..4ba997628b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: ruby-version: 3.0.5 bundler-cache: true - name: Set up coursier - uses: coursier/setup-action@v1.3.4 + uses: coursier/setup-action@v1.3.5 with: jvm: adopt:11 - name: Run mdoc