From ae8ea10f415ec170be4a7be48567dbac83221dc0 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 9 Mar 2021 12:16:26 +0800 Subject: [PATCH] .github/workflows: use a released sha1 otherwise the action cannot be found Signed-off-by: Kefu Chai --- .github/workflows/pr-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index c7cce97b6f0..31791d4aef5 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 }}" -- 2.39.5