From 351578574b2665697b3b96433c6bb05c29ccdfca Mon Sep 17 00:00:00 2001 From: tison Date: Mon, 17 Oct 2022 16:32:50 +0800 Subject: [PATCH] [fix][ci] Fix deprecation warnings about set-output Upstream fix: https://github.com/amannn/action-semantic-pull-request/pull/208 --- .github/workflows/ci-semantic-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-semantic-pull-request.yml b/.github/workflows/ci-semantic-pull-request.yml index 9395d89881e58..e2e9214aa7496 100644 --- a/.github/workflows/ci-semantic-pull-request.yml +++ b/.github/workflows/ci-semantic-pull-request.yml @@ -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: