diff --git a/.github/workflows/release-win7.yml b/.github/workflows/release-win7.yml index 7062d262..144e706c 100644 --- a/.github/workflows/release-win7.yml +++ b/.github/workflows/release-win7.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore Geodat Cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: resources key: xray-geodat- @@ -101,7 +101,7 @@ 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@v4 + uses: actions/cache/restore@v5 with: path: resources key: xray-geodat- diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8353b245..80ed94d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore Geodat Cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: resources key: xray-geodat- @@ -207,7 +207,7 @@ jobs: fi - name: Restore Geodat Cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: resources key: xray-geodat- diff --git a/.github/workflows/scheduled-assets-update.yml b/.github/workflows/scheduled-assets-update.yml index 089c3b33..24183528 100644 --- a/.github/workflows/scheduled-assets-update.yml +++ b/.github/workflows/scheduled-assets-update.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore Geodat Cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: resources key: xray-geodat- @@ -58,7 +58,7 @@ jobs: done - name: Save Geodat Cache - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 if: ${{ steps.update.outputs.unhit }} with: path: resources diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ce9d1a7..036b7b9c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Restore Geodat Cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: resources key: xray-geodat- @@ -52,7 +52,7 @@ jobs: go-version-file: go.mod check-latest: true - name: Restore Geodat Cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 with: path: resources key: xray-geodat-