diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1eeb110..c106a9e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -128,7 +128,7 @@ jobs: # Pin the real published asset exercised by this regression # test. The moving "latest" release must not change the # behaviour under test between otherwise identical runs. - version: v1.5.1 + version: v1.5.2 scope: namespace:demo output: artifacts/demo.svg policy-report: 'true' diff --git a/README.md b/README.md index b52b185..0974041 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ A full workflow is in [`examples/policy-report-comment.yml`](./examples/policy-r ```yaml - uses: lithastra/kubeatlas-action@v1 with: - version: v1.3.0 + version: v1.5.2 ``` ## Requirements