Skip to content

Commit

Permalink
Merge pull request #86 from joshuanianji/renovate/bats-core-bats-acti…
Browse files Browse the repository at this point in the history
…on-3.x

Update bats-core/bats-action action to v3
  • Loading branch information
joshuanianji authored Sep 30, 2024
2 parents da23470 + eb403e8 commit 59c442d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-base-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
tags: ${{ env.TAG }}

- name: Setup Bats and Bats libs
uses: bats-core/bats-action@2.0.0
uses: bats-core/bats-action@3.0.0
with:
bats-version: 1.10.0
support-version: 0.3.0
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
load: true

- name: Setup Bats and Bats libs
uses: bats-core/bats-action@2.0.0
uses: bats-core/bats-action@3.0.0
with:
bats-version: 1.10.0
support-version: 0.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version-devcontainer-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
base-tag: ${{ env.BASE_TAG }}

- name: Setup Bats and Bats libs
uses: bats-core/bats-action@2.0.0
uses: bats-core/bats-action@3.0.0
with:
bats-version: 1.10.0
support-version: 0.3.0
Expand Down

0 comments on commit 59c442d

Please sign in to comment.