diff --git a/.github/workflows/release-win7.yml b/.github/workflows/release-win7.yml index 73553e10..f7f997bb 100644 --- a/.github/workflows/release-win7.yml +++ b/.github/workflows/release-win7.yml @@ -14,13 +14,13 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - name: Restore Geodat Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-geodat- - name: Restore Wintun Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-wintun- @@ -119,13 +119,13 @@ jobs: # go build -o build_assets/wxray.exe -trimpath -buildvcs=false -gcflags="all=-l=4" -ldflags="-H windowsgui -X github.com/xtls/xray-core/core.build=${COMMID} -s -w -buildid=" -v ./main - name: Restore Geodat Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-geodat- - name: Restore Wintun Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-wintun- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6bf7cd5..c459a883 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,13 +14,13 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - name: Restore Geodat Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-geodat- - name: Restore Wintun Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-wintun- @@ -225,14 +225,14 @@ jobs: fi - name: Restore Geodat Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-geodat- - name: Restore Wintun Cache if: matrix.goos == 'windows' - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-wintun- diff --git a/.github/workflows/scheduled-assets-update.yml b/.github/workflows/scheduled-assets-update.yml index 3e20fc43..cb92cead 100644 --- a/.github/workflows/scheduled-assets-update.yml +++ b/.github/workflows/scheduled-assets-update.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore Geodat Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-geodat- @@ -59,7 +59,7 @@ jobs: done - name: Save Geodat Cache - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 if: ${{ steps.update.outputs.unhit }} with: path: resources @@ -73,7 +73,7 @@ jobs: ASSETHASH: 07c256185d6ee3652e09fa55c0b673e2624b565e02c4b9091c79ca7d2f24ef51 steps: - name: Restore Wintun Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-wintun- @@ -129,7 +129,7 @@ jobs: fi - name: Save Wintun Cache - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 if: ${{ steps.update.outputs.unhit }} with: path: resources diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 62460115..d7b875d9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - name: Restore Geodat Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-geodat- @@ -90,7 +90,7 @@ jobs: go-version-file: go.mod check-latest: true - name: Restore Geodat Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: resources key: xray-geodat-