From b0ba4f56c7519403d5ffacc5dc28d38ff2f34e85 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Sun, 22 Jan 2023 01:13:59 +0000 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05aa7ee..89166e7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - name: Conda dependency scanning + - name: Component detection uses: jhutchings1/component-detection-action@v0.0.1 ```