From ce4766f0f35d19bcbf5aab42c1315d3a54ea62d8 Mon Sep 17 00:00:00 2001 From: Opportunity Date: Fri, 20 Mar 2020 20:47:04 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eee15e7..82667a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v1 - - uses: xmake-io/github-action-setup-xmake@master + - uses: xmake-io/github-action-setup-xmake@${{ github.sha }} with: xmake-version: latest - name: Run tests