Skip to content

Commit

Permalink
[fix][ci] Fix deprecation warnings about set-output
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Oct 17, 2022
1 parent 574f784 commit 3515785
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
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 3515785

Please sign in to comment.