Skip to content

Commit

Permalink
Add Deprecation Notice (buildapp.yml)
Browse files Browse the repository at this point in the history
I forgot to include this. Here you go.
  • Loading branch information
arichornlover authored Feb 17, 2024
1 parent eb0d0d3 commit 76a0c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
inputs:
reborn_version:
description: "The version of YouTube Reborn"
default: "4.2.4"
default: "4.2.5"
required: true
type: string
decrypted_youtube_url:
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
- name: Create Release
id: create_release
uses: softprops/[email protected]
uses: softprops/[email protected] # NOTICE: Node.js 16 is Deprecated ⚠️
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
REBORN_VERSION: ${{ inputs.REBORN_VERSION }}
Expand Down

0 comments on commit 76a0c1e

Please sign in to comment.