Skip to content

Commit c2ad9c5

Browse files
chore(ci)(deps): bump actions/cache from 4.3.0 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2e713f7 commit c2ad9c5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/aggregate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
- name: 🌍 Restore GeoIP database cache
246246
if: steps.gate.outputs.should_run == 'true'
247247
id: geoip_cache
248-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
248+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
249249
with:
250250
path: .cache/dbip-country-lite.mmdb
251251
key: dbip-country-lite-${{ steps.geoip_key.outputs.ym }}
@@ -387,7 +387,7 @@ jobs:
387387
# می‌کند و هیچ گامِ دستی‌ای فراموش نمی‌شود.
388388
- name: 📦 Restore xray-knife cache
389389
if: steps.gate.outputs.should_run == 'true'
390-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
390+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
391391
with:
392392
path: .cache/xray-knife
393393
# نسخه و checksum هر دو در کلید هستند: اگر یکی عوض شود، cacheِ

0 commit comments

Comments
 (0)