From 1c5ab1e58d73ba05248bea7adebbbb2021e7a5b6 Mon Sep 17 00:00:00 2001 From: Benjamin Wuethrich Date: Mon, 25 Mar 2024 23:29:51 -0400 Subject: [PATCH] Upgrade Bats --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 97694b2..11d4029 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v4.1.2 with: repository: bats-core/bats-core - ref: v1.10.0 + ref: v1.11.0 path: bats-core - name: Install dependencies