File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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/bats-action@3.0.0
27+ uses : bats-core/bats-action@3.0.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/bats-action@3.0.0
77+ uses: bats-core/bats-action@3.0.1
7878 with:
7979 support-path: "${{ github.workspace }}/tests/bats-support"
8080 assert-path: "${{ github.workspace }}/tests/bats-assert"
You can’t perform that action at this time.
0 commit comments