From 506889c98993599e3cd19999b883aced0116960a Mon Sep 17 00:00:00 2001 From: Vadim Gedz Date: Thu, 13 Jun 2024 23:52:53 +0300 Subject: [PATCH] chore: bump project dependencies (#5) --- .github/workflows/test.yml | 9 +++------ test/bats | 2 +- test/test.bats | 2 +- test/test_helper/bats-assert | 2 +- test/test_helper/bats-support | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 847a7d0..6f3af31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,17 +7,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Create k8s Kind Cluster - uses: helm/kind-action@v1.4.0 - + uses: helm/kind-action@v1.10.0 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - - name: Setup BATS uses: mig4/setup-bats@v1 with: - bats-version: 1.9.0 - + bats-version: 1.11.0 - name: Run BATS Tests run: make ci-test diff --git a/test/bats b/test/bats index f4552f1..190c7c9 160000 --- a/test/bats +++ b/test/bats @@ -1 +1 @@ -Subproject commit f4552f12e8c1800bd2285c6aaec5e5e91d2afe76 +Subproject commit 190c7c9e793d93eed3ab873f5b6b6c790df44045 diff --git a/test/test.bats b/test/test.bats index e3631f4..32fa564 100644 --- a/test/test.bats +++ b/test/test.bats @@ -55,7 +55,7 @@ EOF assert_output "${expected_output}" } -@test "script should fail to get the non-existing secret with reasonable error " { +@test "script should fail to get the non-existing secret with reasonable error" { run ./src/kd.sh non-existing-secret assert_output --partial "Error: Unable to get secret non-existing-secret in namespace default" diff --git a/test/test_helper/bats-assert b/test/test_helper/bats-assert index 44913ff..e2d855b 160000 --- a/test/test_helper/bats-assert +++ b/test/test_helper/bats-assert @@ -1 +1 @@ -Subproject commit 44913ffe6020d1561c4c4d1e26cda8e07a1f374f +Subproject commit e2d855bc78619ee15b0c702b5c30fb074101159f diff --git a/test/test_helper/bats-support b/test/test_helper/bats-support index 3c8fadc..9bf10e8 160000 --- a/test/test_helper/bats-support +++ b/test/test_helper/bats-support @@ -1 +1 @@ -Subproject commit 3c8fadc5097c9acfc96d836dced2bb598e48b009 +Subproject commit 9bf10e876dd6b624fe44423f0b35e064225f7556