From 02c017c727818fa0970e4b07365dc0ca02203039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:04:50 +0000 Subject: [PATCH] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-win7.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- .github/workflows/scheduled-assets-update.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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-