From 5452f5c4acd4d16e9c25f84c37740d7182176e4d Mon Sep 17 00:00:00 2001 From: Vahid Date: Mon, 3 Jun 2024 18:39:51 -0400 Subject: [PATCH] Update test_action.yml --- .github/workflows/test_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_action.yml b/.github/workflows/test_action.yml index 435a04b9b..84dc1e781 100644 --- a/.github/workflows/test_action.yml +++ b/.github/workflows/test_action.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Hello world action step id: hello - uses: Genometric/hello-world-javascript-action@v1.2 + uses: Genometric/hello-world-javascript-action@v1.3 with: who-to-greet: 'Mona the Octocat' # Use the output from the `hello` step