Skip to content

Commit 8539ee9

Browse files
build(deps): bump envoyproxy/toolshed in /gh-actions/github/merge-commit
Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.3.30 to 0.3.31. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](actions-v0.3.30...actions-v0.3.31) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-version: 0.3.31 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bdf73ef commit 8539ee9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gh-actions/github/merge-commit/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ runs:
3232
shell: bash
3333
env:
3434
URL: https://api.github.com/repos/${{ inputs.repository }}/pulls/${{ inputs.pr }}
35-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
35+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
3636
id: jq
3737
with:
3838
input: ${{ steps.fetch.outputs.response }}
3939
options: -r
4040
filter: |
4141
.merge_commit_sha // ""
42-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30
42+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.31
4343
if: ${{ ! steps.jq.outputs.value }}
4444
with:
4545
input: ${{ steps.fetch.outputs.response }}

0 commit comments

Comments
 (0)