Skip to content

Commit c33286c

Browse files
docs: bump bats and checkout actions (#47)
1 parent 42fcc87 commit c33286c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
name: Install Bats and bats libs
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v5
2525
- name: Setup Bats and bats libs
2626
id: setup-bats
27-
uses: bats-core/[email protected].0
27+
uses: bats-core/[email protected].1
2828
- name: My test
2929
shell: bash
3030
env:
@@ -57,7 +57,7 @@ For example, if you want to install `bats-support` in the `./test/bats-support`
5757
[...]
5858
- name: Setup Bats and Bats libs
5959
id: setup-bats
60-
uses: bats-core/bats-action@2.0.0
60+
uses: bats-core/bats-action@3.0.1
6161
with:
6262
support-path: ${{ github.workspace }}/test/bats-support
6363
[...]
@@ -74,7 +74,7 @@ For instance this is an example that will use the github workspace handle (works
7474
[...]
7575
- name: Setup Bats and bats libs
7676
id: setup-bats
77-
uses: bats-core/[email protected].0
77+
uses: bats-core/[email protected].1
7878
with:
7979
support-path: "${{ github.workspace }}/tests/bats-support"
8080
assert-path: "${{ github.workspace }}/tests/bats-assert"

0 commit comments

Comments
 (0)