Update browserstack.yml (#915)

Update github action `martinbeentjes/npm-get-version-action` to newest version
This commit is contained in:
Martin Beentjes 2022-04-20 14:32:05 +02:00 committed by GitHub
parent 019b137aa8
commit fdf9272af6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"'