From 561cd3d8e1a002c259ad8f516060a8ce7a1693f4 Mon Sep 17 00:00:00 2001 From: tison Date: Tue, 18 Oct 2022 16:55:18 +0800 Subject: [PATCH] [fix][ci] deprecation warnings about set-output (#18065) * [fix][ci] Fix deprecation warnings about set-output Upstream fix: https://github.com/amannn/action-semantic-pull-request/pull/208 * Update .github/workflows/ci-semantic-pull-request.yml --- .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 5d45c7c17122a..2473f8e11266c 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.0.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: