From d2a6de26bad300b3c8d1a6bcba290440fe74dee7 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 26 Sep 2023 21:30:23 -0500 Subject: [PATCH] Switch to published version of the name generator Signed-off-by: Peter Nied --- .github/workflows/plugin_install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plugin_install.yml b/.github/workflows/plugin_install.yml index c8bb49487d..39901689be 100644 --- a/.github/workflows/plugin_install.yml +++ b/.github/workflows/plugin_install.yml @@ -17,7 +17,7 @@ jobs: steps: - id: random-password - uses: peternied/name-generator-node-action@bf5cd5e4e4a9094a8032557b1dd8d8d960bcd1ec + uses: peternied/random-name@v1 - name: Set up JDK uses: actions/setup-java@v3