e
This commit is contained in:
parent
dece752803
commit
00000d9440
12 changed files with 371 additions and 133 deletions
4
.github/workflows/epg.yml
vendored
4
.github/workflows/epg.yml
vendored
|
|
@ -10,12 +10,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Cache venv
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: .venv
|
||||
key: shared-venv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
||||
|
|
|
|||
2
.github/workflows/health.yml
vendored
2
.github/workflows/health.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
|
|||
8
.github/workflows/m3u8.yml
vendored
8
.github/workflows/m3u8.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue