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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-12-18 18:18:23 +00:00
committed by John Preston
parent 2775074113
commit 691f796df6
4 changed files with 7 additions and 7 deletions

View File

@@ -82,7 +82,7 @@ jobs:
uses: docker/setup-buildx-action@v3
- name: Libraries cache.
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ runner.temp }}/.buildx-cache
key: ${{ runner.OS }}-libs-${{ hashFiles('Telegram/build/docker/centos_env/**') }}

View File

@@ -78,7 +78,7 @@ jobs:
- name: ThirdParty cache.
id: cache-third-party
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ThirdParty
key: ${{ runner.OS }}-third-party-${{ hashFiles(format('{0}/{1}', env.REPO_NAME, env.PREPARE_PATH)) }}
@@ -86,7 +86,7 @@ jobs:
- name: Libraries cache.
id: cache-libs
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: Libraries
key: ${{ runner.OS }}-libs-${{ hashFiles(format('{0}/{1}', env.REPO_NAME, env.PREPARE_PATH)) }}

View File

@@ -100,7 +100,7 @@ jobs:
- name: WebRTC cache.
id: cache-webrtc
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ env.LibrariesPath }}/tg_owt
key: ${{ runner.OS }}-webrtc-${{ env.WEBRTC }}-${{ env.CACHE_KEY }}
@@ -122,7 +122,7 @@ jobs:
- name: TDE2E cache.
id: cache-tde2e
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ env.LibrariesPath }}/tde2e
key: ${{ runner.OS }}-tde2e-${{ env.CACHE_KEY }}

View File

@@ -108,7 +108,7 @@ jobs:
- name: ThirdParty cache.
id: cache-third-party
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ env.TBUILD }}\ThirdParty
key: ${{ runner.OS }}-${{ matrix.arch }}-third-party-${{ env.CACHE_KEY }}
@@ -116,7 +116,7 @@ jobs:
- name: Libraries cache.
id: cache-libs
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ${{ env.TBUILD }}\Libraries
key: ${{ runner.OS }}-${{ matrix.arch }}-libs-${{ env.CACHE_KEY }}