-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Deprecation Notice (buildapp.yml)
I forgot to include this. Here you go.
- Loading branch information
1 parent
eb0d0d3
commit 76a0c1e
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -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 }} | ||
|