From a73864e1effce7820b8444ff2bdabe8c7207011e Mon Sep 17 00:00:00 2001 From: Artem Shibakov Date: Sat, 11 May 2024 12:43:56 +0400 Subject: [PATCH] chore: update version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18ceae9..d7153de 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: saionaro/extract-package-version@v1.2.1 + - uses: saionaro/extract-package-version@v1.3.0 id: package_ver # from now you can access the version - run: echo ${{ steps.package_ver.outputs.version }} @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: saionaro/extract-package-version@v1.2.1 + - uses: saionaro/extract-package-version@v1.3.0 id: package_ver with: path: mysubdir