From 15f72279338c86bd95901dc5087bb02f74e2c209 Mon Sep 17 00:00:00 2001 From: Kazuki Suda Date: Tue, 30 Jun 2020 10:33:03 +0900 Subject: [PATCH] Use v1 plugin-test action instead of v1.0.0 in document --- docs/plugins-create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins-create.md b/docs/plugins-create.md index 22607bce..13d103e7 100644 --- a/docs/plugins-create.md +++ b/docs/plugins-create.md @@ -209,7 +209,7 @@ The [asdf-vm/actions](https://github.com/asdf-vm/actions) repo provides a GitHub ```yaml steps: - name: asdf_plugin_test - uses: asdf-vm/actions/plugin-test@v1.0.0 + uses: asdf-vm/actions/plugin-test@v1 with: command: "my_tool --version" env: