mirror of https://github.com/Free-TV/IPTV
Upgrade GitHub Actions for Node 24 compatibility (#891)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>master
parent
280dea8bbb
commit
1f72d975d3
|
|
@ -11,10 +11,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: Setup Node
|
- name: Setup Node
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v6
|
||||||
with:
|
with:
|
||||||
node-version: "20.10.x"
|
node-version: "20.10.x"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v6
|
||||||
- name: Update playlist
|
- name: Update playlist
|
||||||
run: |
|
run: |
|
||||||
git config user.name "PlaylistBot" || true
|
git config user.name "PlaylistBot" || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue