Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/aggregate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ jobs:
- name: 🌍 Restore GeoIP database cache
if: steps.gate.outputs.should_run == 'true'
id: geoip_cache
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: .cache/dbip-country-lite.mmdb
key: dbip-country-lite-${{ steps.geoip_key.outputs.ym }}
Expand Down Expand Up @@ -549,7 +549,7 @@ jobs:
# می‌کند و هیچ گامِ دستی‌ای فراموش نمی‌شود.
- name: 📦 Restore xray-knife cache
if: steps.gate.outputs.should_run == 'true'
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: .cache/xray-knife
# نسخه و checksum هر دو در کلید هستند: اگر یکی عوض شود، cacheِ
Expand Down