This commit is contained in:
doms9 2025-09-03 15:00:17 -04:00
parent dece752803
commit 00000d9440
12 changed files with 371 additions and 133 deletions

View file

@ -18,13 +18,13 @@ jobs:
- name: Checkout
if: steps.check_time.outputs.run == 'true'
uses: actions/checkout@v5
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Cache venv
if: steps.check_time.outputs.run == 'true'
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: .venv
key: shared-venv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
@ -32,7 +32,7 @@ jobs:
shared-venv-${{ runner.os }}-
- name: Cache cert
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: M3U8/scrape/utils/cached-ca.pem
key: cert-cache-${{ runner.os }}-${{ hashFiles('M3U8/scrape/utils/cached-ca.pem') }}
@ -57,7 +57,7 @@ jobs:
- name: Cache Playwright browsers
id: cache-pw
if: steps.check_time.outputs.run == 'true'
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright