Skip to content

Commit 1f72d97

Browse files
authored
Upgrade GitHub Actions for Node 24 compatibility (#891)
Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com>
1 parent 280dea8 commit 1f72d97

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_playlist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v6
1515

1616
- name: Setup Node
17-
uses: actions/setup-node@v1
17+
uses: actions/setup-node@v6
1818
with:
1919
node-version: "20.10.x"
2020

.github/workflows/update_playlist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v6
1414
- name: Update playlist
1515
run: |
1616
git config user.name "PlaylistBot" || true

0 commit comments

Comments
 (0)