diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 22493b4c5..d75be72eb 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v1 - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: latest + xmake-version: branch@master - name: Installation run: | diff --git a/.github/workflows/sync_packagerefs.yml b/.github/workflows/sync_packagerefs.yml index abec7feeb..c5488ef7b 100644 --- a/.github/workflows/sync_packagerefs.yml +++ b/.github/workflows/sync_packagerefs.yml @@ -16,8 +16,7 @@ jobs: - uses: actions/checkout@v1 - uses: xmake-io/github-action-setup-xmake@v1 with: - xmake-version: latest - actions-cache-folder: '.xmake-cache' + xmake-version: branch@master - name: Install SSH key uses: shimataro/ssh-key-action@v2