From: Kefu Chai Date: Tue, 9 Mar 2021 04:16:26 +0000 (+0800) Subject: .github/workflows: use a released sha1 X-Git-Tag: v14.2.18~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39926%2Fhead;p=ceph.git .github/workflows: use a released sha1 otherwise the action cannot be found Signed-off-by: Kefu Chai (cherry picked from commit ae8ea10f415ec170be4a7be48567dbac83221dc0) --- diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index c7cce97b6f02..31791d4aef57 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -9,7 +9,7 @@ jobs: with: sync-labels: '' repo-token: "${{ secrets.GITHUB_TOKEN }}" - - uses: iyu/actions-milestone@9aa2197e1bda6cf71541d1bf6fa4f73edc543991 + - uses: iyu/actions-milestone@dbf7e5348844c9ddc6b803a5721b85fa70fe3bb9 with: configuration-path: .github/milestone.yml repo-token: "${{ secrets.GITHUB_TOKEN }}"