From 9a661538e64bb88d95b6168f585f3a57beeeaae0 Mon Sep 17 00:00:00 2001
From: Tachibana waita <nikoniko.why+github@gmail.com>
Date: Sun, 2 Aug 2020 11:05:25 +0900
Subject: [PATCH] actions/hello-world-javascript-action@master moved to main,
 use stable tag (#326)

---
 pkg/runner/testdata/remote-action-js/push.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/runner/testdata/remote-action-js/push.yml b/pkg/runner/testdata/remote-action-js/push.yml
index 1ff777c..c284e6d 100644
--- a/pkg/runner/testdata/remote-action-js/push.yml
+++ b/pkg/runner/testdata/remote-action-js/push.yml
@@ -5,7 +5,7 @@ jobs:
   test:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/hello-world-javascript-action@master
+    - uses: actions/hello-world-javascript-action@v1
       with:
         who-to-greet: 'Mona the Octocat'