Skip to content

Commit

Permalink
chore(deps): bump Saionaro/extract-package-version from 1.1.1 to 1.2.1
Browse files Browse the repository at this point in the history
Bumps [Saionaro/extract-package-version](https://github.com/saionaro/extract-package-version) from 1.1.1 to 1.2.1.
- [Release notes](https://github.com/saionaro/extract-package-version/releases)
- [Changelog](https://github.com/saionaro/extract-package-version/blob/master/.releaserc)
- [Commits](saionaro/extract-package-version@v1.1.1...v1.2.1)

---
updated-dependencies:
- dependency-name: Saionaro/extract-package-version
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent d927ec0 commit 861c65d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/development-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.1.1
uses: Saionaro/extract-package-version@v1.2.1

- name: Build project
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.1.1
uses: Saionaro/extract-package-version@v1.2.1

- name: Print version
run: echo ${{ steps.extract_version.outputs.version }}
Expand Down

0 comments on commit 861c65d

Please sign in to comment.