From e5e2e79933d33d0647882654fd3ff50a4469415c Mon Sep 17 00:00:00 2001 From: Arwyn <10365998+ArwynFr@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:55:18 +0200 Subject: [PATCH] fix: reference to local action --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 85c8d82..6609f94 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,10 @@ outputs: runs: using: "composite" steps: - - uses: arwynfr/actions-conventional-versioning/get-newVersion@v3 + - uses: actions/checkout@v4 + name: Checkout source files + + - uses: ./get-newVersion id: new-github-release env: GH_TOKEN: ${{ github.token }}