diff --git a/.github/workflows/test-the-boilerplate.yml b/.github/workflows/test-the-boilerplate.yml index 1827b50ac5..7fb9ccf37b 100644 --- a/.github/workflows/test-the-boilerplate.yml +++ b/.github/workflows/test-the-boilerplate.yml @@ -4,7 +4,7 @@ on: [push] jobs: test-boilerplate: runs-on: ubuntu-latest - container: bitnami/kubectl:1.30@sha256:309ff01e5ebffeb892cd03e50449d3e73a8b64cc7fb93ed228b42ec7db064608 + container: bitnami/kubectl:1.30@sha256:2850feb4a5d71f98af1313d81011fd543dcc1d2cfee6d9cf418874cd015ad723 steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - run: ./testing/test.sh \ No newline at end of file