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
8
.github/workflows/epg.yml
vendored
8
.github/workflows/epg.yml
vendored
|
|
@ -10,12 +10,12 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
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') }}
|
||||
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
cache-dependency-glob: "uv.lock"
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version-file: "pyproject.toml"
|
||||
|
||||
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
run: uv run M3U8/epg-fetch.py
|
||||
|
||||
- name: Push changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: "update EPG"
|
||||
file_pattern: "M3U8/TV.xml"
|
||||
|
|
|
|||
4
.github/workflows/health.yml
vendored
4
.github/workflows/health.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
run: bash health.sh
|
||||
|
||||
- name: Update log
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
uses: stefanzweifel/git-auto-commit-action@v7
|
||||
with:
|
||||
commit_message: "health log"
|
||||
file_pattern: "readme.md"
|
||||
|
|
|
|||
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