mirror of
https://github.com/doms9/iptv.git
synced 2026-06-06 02:43:05 +02:00
update deps.
This commit is contained in:
parent
0c203b23b4
commit
d887d6cee4
5 changed files with 144 additions and 164 deletions
10
.github/workflows/m3u8.old
vendored
10
.github/workflows/m3u8.old
vendored
|
|
@ -18,12 +18,12 @@ jobs:
|
|||
|
||||
- name: Checkout
|
||||
if: steps.check_time.outputs.run == 'true'
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Cache venv
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: .venv
|
||||
key: venv-${{ runner.os }}-${{ hashFiles('uv.lock') }}
|
||||
|
|
@ -41,14 +41,14 @@ jobs:
|
|||
|
||||
- name: Setup Python
|
||||
if: steps.check_time.outputs.run == 'true'
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version-file: "pyproject.toml"
|
||||
|
||||
- name: Cache Playwright browsers
|
||||
id: cache-pw
|
||||
if: steps.check_time.outputs.run == 'true'
|
||||
uses: actions/cache@v3
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ~/.cache/ms-playwright
|
||||
key: ${{ runner.os }}-playwright
|
||||
|
|
@ -67,7 +67,7 @@ jobs:
|
|||
|
||||
- name: Push changes
|
||||
if: steps.check_time.outputs.run == 'true'
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: "update M3U8"
|
||||
file_pattern: "M3U8/TV.m3u8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue