chore: update GitHub Actions to latest versions
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Create YouTube Plus app
|
name: Create YouTube Plus app
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -77,13 +77,13 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Main
|
- name: Checkout Main
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
path: main
|
path: main
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Hide sensitive inputs
|
- name: Hide sensitive inputs
|
||||||
uses: levibostian/action-hide-sensitive-inputs@v1
|
uses: levibostian/action-hide-sensitive-inputs@v1.1.1
|
||||||
with:
|
with:
|
||||||
exclude_inputs: bundle_id,display_name,enable_demc,enable_ryd,enable_youpip,enable_yq,enable_ytuhd,info_note,tweak_version
|
exclude_inputs: bundle_id,display_name,enable_demc,enable_ryd,enable_youpip,enable_yq,enable_ytuhd,info_note,tweak_version
|
||||||
|
|
||||||
@@ -107,7 +107,7 @@ jobs:
|
|||||||
- name: Cache Theos
|
- name: Cache Theos
|
||||||
if: ${{ inputs.enable_youpip || inputs.enable_ytuhd || inputs.enable_yq || inputs.enable_ryd || inputs.enable_demc }}
|
if: ${{ inputs.enable_youpip || inputs.enable_ytuhd || inputs.enable_yq || inputs.enable_ryd || inputs.enable_demc }}
|
||||||
id: theos
|
id: theos
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5.0.3
|
||||||
env:
|
env:
|
||||||
cache-name: theos_cache_67db2ab
|
cache-name: theos_cache_67db2ab
|
||||||
with:
|
with:
|
||||||
@@ -117,7 +117,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Theos
|
- name: Setup Theos
|
||||||
if: ${{ (inputs.enable_youpip || inputs.enable_ytuhd || inputs.enable_yq || inputs.enable_ryd || inputs.enable_demc) && steps.theos.outputs.cache-hit != 'true' }}
|
if: ${{ (inputs.enable_youpip || inputs.enable_ytuhd || inputs.enable_yq || inputs.enable_ryd || inputs.enable_demc) && steps.theos.outputs.cache-hit != 'true' }}
|
||||||
uses: actions/checkout@v4.1.7
|
uses: actions/checkout@v6.0.2
|
||||||
with:
|
with:
|
||||||
repository: theos/theos
|
repository: theos/theos
|
||||||
ref: 67db2ab8d950910161730de77c322658ea3e6b44
|
ref: 67db2ab8d950910161730de77c322658ea3e6b44
|
||||||
@@ -306,7 +306,7 @@ jobs:
|
|||||||
cyan -i youtube.ipa -o YouTubePlus_${{ inputs.tweak_version }}.ipa -uwef $tweaks -n "${{ inputs.display_name }}" -b ${{ inputs.bundle_id }}
|
cyan -i youtube.ipa -o YouTubePlus_${{ inputs.tweak_version }}.ipa -uwef $tweaks -n "${{ inputs.display_name }}" -b ${{ inputs.bundle_id }}
|
||||||
|
|
||||||
- name: Upload to GitHub Releases
|
- name: Upload to GitHub Releases
|
||||||
uses: softprops/action-gh-release@v2.0.1
|
uses: softprops/action-gh-release@v2.5.0
|
||||||
with:
|
with:
|
||||||
tag_name: ytp-${{ github.run_number }}
|
tag_name: ytp-${{ github.run_number }}
|
||||||
name: YouTubePlus v${{ inputs.tweak_version }} (${{ github.run_number }})
|
name: YouTubePlus v${{ inputs.tweak_version }} (${{ github.run_number }})
|
||||||
|
|||||||
Reference in New Issue
Block a user