From af5c6e46a5946fd4736d789bdb94dc9cbeced0c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 14:47:51 +0900 Subject: [PATCH] chore(deps): bump notiz-dev/github-action-json-property (#250) Bumps [notiz-dev/github-action-json-property](https://github.com/notiz-dev/github-action-json-property) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/notiz-dev/github-action-json-property/releases) - [Commits](https://github.com/notiz-dev/github-action-json-property/compare/7c8cf5cc36eb85d8d287a8086a39dac59628eb31...a5a9c668b16513c737c3e1f8956772c99c73f6e8) --- updated-dependencies: - dependency-name: notiz-dev/github-action-json-property dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 86c8e637..641dddbd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -34,7 +34,7 @@ jobs: - name: get version id: version - uses: notiz-dev/github-action-json-property@7c8cf5cc36eb85d8d287a8086a39dac59628eb31 + uses: notiz-dev/github-action-json-property@a5a9c668b16513c737c3e1f8956772c99c73f6e8 with: path: "Packages/${{env.packageName}}/package.json" prop_path: "version"