Skip to content

Commit

Permalink
[fix][ci] deprecation warnings about set-output (#18065)
Browse files Browse the repository at this point in the history
* [fix][ci] Fix deprecation warnings about set-output

Upstream fix: amannn/action-semantic-pull-request#208

* Update .github/workflows/ci-semantic-pull-request.yml
  • Loading branch information
tisonkun committed Oct 18, 2022
1 parent d901138 commit 561cd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-semantic-pull-request.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Check pull request title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
- uses: amannn/action-semantic-pull-request@v5.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 561cd3d

Please sign in to comment.