Skip to content

Commit

Permalink
update bats-action to 2.1.0
Browse files Browse the repository at this point in the history
update to bats-action v2.1.0 which has support for cache keys with multiple archs

Signed-off-by: Akhil Mohan <akhilerm@gmail.com>
  • Loading branch information
akhilerm committed Sep 25, 2024
1 parent 35f999d commit 9407b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:
run: sudo -E PATH="$PATH" make EXTRA_FLAGS="${{ matrix.race }}" all

- name: Setup Bats and bats libs
uses: bats-core/bats-action@2.0.0
uses: bats-core/bats-action@2.1.0
with:
bats-version: 1.9.0
support-install: false
Expand Down

0 comments on commit 9407b2e

Please sign in to comment.