From f9eb1597adb6b95b1139f76697f7039862d40859 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 10:48:21 +0000 Subject: [PATCH] Bump actions/cache from 5 to 6 (#6368) Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-win7.yml | 8 ++++---- .github/workflows/release.yml | 8 ++++---- .github/workflows/scheduled-assets-update.yml | 8 ++++---- .github/workflows/test.yml | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/release-win7.yml b/.github/workflows/release-win7.yml index 73553e10d..f7f997bb6 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 b6bf7cd5f..c459a8837 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 3e20fc433..cb92ceadc 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 62460115e..d7b875d91 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-