From e1fb738b4a56c7df7515c8ef7ff8616a103a0793 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 1 Feb 2024 09:03:13 -0500 Subject: [PATCH] bump coursier/setup-action version to 1.3.5 (was .4) (#2962) --- .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 628a2cd71..4ba997628 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