From a8d0ebd303314dfd4e00f2344bb50c5ee6427374 Mon Sep 17 00:00:00 2001 From: james <81617086+je-cook@users.noreply.github.com> Date: Mon, 11 Nov 2024 12:33:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Update=20action=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comments.yml b/.github/workflows/comments.yml index c485248b5d..765c54a842 100644 --- a/.github/workflows/comments.yml +++ b/.github/workflows/comments.yml @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: "Get information about the current run" - uses: potiuk/get-workflow-origin@v1_5 + uses: potiuk/get-workflow-origin@v1_6 id: workflow-run-info with: token: ${{ secrets.GITHUB_TOKEN }}