From 35affcf3e7b70c110c3e50b47223dbbce765e9f1 Mon Sep 17 00:00:00 2001 From: Tachibana waita Date: Sun, 2 Aug 2020 11:05:25 +0900 Subject: [PATCH] actions/hello-world-javascript-action@master moved to main, use stable tag (#326) --- act/runner/testdata/remote-action-js/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/act/runner/testdata/remote-action-js/push.yml b/act/runner/testdata/remote-action-js/push.yml index 1ff777c5..c284e6d8 100644 --- a/act/runner/testdata/remote-action-js/push.yml +++ b/act/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'