From 9af2d0f36ab5f5409f4102f59edd3a10d0e305d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xgroleau=F0=9F=90=A2?= Date: Tue, 28 Mar 2023 16:43:16 -0400 Subject: [PATCH] fix : replace action using deprecated node 12 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4acef75..ac33d3b 100644 --- a/action.yml +++ b/action.yml @@ -176,7 +176,7 @@ runs: output-filename: 'pr_body.txt' - name: Read pr_body.txt id: pr_body - uses: andstor/file-reader-action@v1 + uses: juliangruber/read-file-action@v1 with: path: "pr_body.txt" # We need to remove the pr_body files so that the