Skip to content

Commit

Permalink
chore(deps): update sergeysova/jq-action action to v2.2.1 (#5944)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 15, 2022
1 parent ca42f72 commit 35b11eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/message_slack_publishing/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
steps:
- name: Get status emoji
id: get-status-emoji
uses: sergeysova/jq-action@v2.1.0
uses: sergeysova/jq-action@v2.2.1
with:
cmd: 'echo "{ \"success\": \"✅\", \"failure\": \"🚨\" }" | jq .${{ inputs.status }} -r'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: 🏷 Get version
id: get-version
uses: sergeysova/jq-action@v2.1.0
uses: sergeysova/jq-action@v2.2.1
with:
cmd: 'jq .version packages/core/package.json -r'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: 🏷 Get version
id: get-version
uses: sergeysova/jq-action@v2.1.0
uses: sergeysova/jq-action@v2.2.1
with:
cmd: 'jq .version packages/core/package.json -r'

Expand Down

0 comments on commit 35b11eb

Please sign in to comment.