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