From fdf9272af665078cf5b740ca84fac9d0f68113c0 Mon Sep 17 00:00:00 2001 From: Martin Beentjes Date: Wed, 20 Apr 2022 14:32:05 +0200 Subject: [PATCH] Update browserstack.yml (#915) Update github action `martinbeentjes/npm-get-version-action` to newest version --- .github/workflows/browserstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browserstack.yml b/.github/workflows/browserstack.yml index fbed2da..cc0bcba 100644 --- a/.github/workflows/browserstack.yml +++ b/.github/workflows/browserstack.yml @@ -29,7 +29,7 @@ jobs: - name: '📖 Get current package version' id: package-version - uses: martinbeentjes/npm-get-version-action@v1.1.0 + uses: martinbeentjes/npm-get-version-action@v1.2.0 - name: '📝 Print build version and commit msg' run: 'printf "version: %s\n build:%s\n message:%s\n" "${{ steps.package-version.outputs.current-version}}" "${{ github.run_id }}" "$COMMIT_MSG"'