From 6a364023650f0edae06fa62c5e130f34a527e81a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 12:40:11 -0400 Subject: [PATCH] Bump jossef/action-set-json-field from 1 to 2 (#2659) Bumps [jossef/action-set-json-field](https://github.com/jossef/action-set-json-field) from 1 to 2. - [Release notes](https://github.com/jossef/action-set-json-field/releases) - [Commits](https://github.com/jossef/action-set-json-field/compare/v1...v2) --- updated-dependencies: - dependency-name: jossef/action-set-json-field dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9da65ad9..57757e6d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -84,7 +84,7 @@ jobs: # script: if ${{ env.IS_DEV }} then echo "::set-output name=VERSION_NUMBER::${{ env.VERSION_NUMBER_NIGHTLY }}" else echo "::set-output name=VERSION_NUMBER::${{ env.VERSION_NUMBER }}" fi - name: Update package.json version - uses: jossef/action-set-json-field@v1 + uses: jossef/action-set-json-field@v2 with: file: package.json field: version