summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-05-06 05:47:12 +0000
committerJohn Preston <johnprestonmail@gmail.com>2024-05-06 20:40:18 +0400
commit3847b97f80ede5efd8ac2bac7fda2c312b5c7ae1 (patch)
tree98be1b0ee590d6874bf242f6dd8bf4ce5a078828
parent046bc0303705780f2033f2e73e9066211d4f7e89 (diff)
Bump actions/cache from 3.0.11 to 4.0.2
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 4.0.2. - [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/v3.0.11...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/mac.yml4
-rw-r--r--.github/workflows/mac_packaged.yml2
-rw-r--r--.github/workflows/win.yml2
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml
index c96a456891..0bd06cb1fd 100644
--- a/.github/workflows/mac.yml
+++ b/.github/workflows/mac.yml
@@ -76,7 +76,7 @@ jobs:
- name: ThirdParty cache.
id: cache-third-party
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v4.0.2
with:
path: ThirdParty
key: ${{ runner.OS }}-third-party-${{ hashFiles(format('{0}/{1}', env.REPO_NAME, env.PREPARE_PATH)) }}
@@ -84,7 +84,7 @@ jobs:
- name: Libraries cache.
id: cache-libs
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v4.0.2
with:
path: Libraries
key: ${{ runner.OS }}-libs-${{ hashFiles(format('{0}/{1}', env.REPO_NAME, env.PREPARE_PATH)) }}
diff --git a/.github/workflows/mac_packaged.yml b/.github/workflows/mac_packaged.yml
index fc0d5e5148..7f0daf22d0 100644
--- a/.github/workflows/mac_packaged.yml
+++ b/.github/workflows/mac_packaged.yml
@@ -99,7 +99,7 @@ jobs:
- name: WebRTC cache.
id: cache-webrtc
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v4.0.2
with:
path: ${{ env.LibrariesPath }}/tg_owt
key: ${{ runner.OS }}-webrtc-${{ env.CACHE_KEY }}-${{ hashFiles('**/tg_owt-version.json') }}
diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml
index d4b8ce7a82..669ef15d43 100644
--- a/.github/workflows/win.yml
+++ b/.github/workflows/win.yml
@@ -96,7 +96,7 @@ jobs:
- name: Libraries cache.
id: cache-libs
- uses: actions/cache@v3.0.11
+ uses: actions/cache@v4.0.2
with:
path: ${{ env.TBUILD }}\Libraries
key: ${{ runner.OS }}-${{ matrix.arch }}-libs-${{ env.CACHE_KEY }}