This is an automated email from the ASF dual-hosted git repository.
zixuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 561cd3d8e1a [fix][ci] deprecation warnings about set-output (#18065)
561cd3d8e1a is described below
commit 561cd3d8e1a002c259ad8f516060a8ce7a1693f4
Author: tison <[email protected]>
AuthorDate: Tue Oct 18 16:55:18 2022 +0800
[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 5d45c7c1712..2473f8e1126 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/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: