Skip to content

Commit

Permalink
chore: update action version [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
saionaro authored Feb 6, 2023
1 parent fdb5b74 commit be0a1c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.1.1
uses: Saionaro/extract-package-version@v1.2.1
# From now you can access the version
- name: Print version
run: echo ${{ steps.extract_version.outputs.version }}
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Extract version
id: extract_version
uses: Saionaro/extract-package-version@v1.1.1
uses: Saionaro/extract-package-version@v1.2.1
with:
path: mysubdir
# From now you can access the version
Expand Down

0 comments on commit be0a1c1

Please sign in to comment.