mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Bump actions/setup-python to v4
https://github.com/actions/setup-python/releases/tag/v4.0.0 https://github.com/actions/setup-python/releases/tag/v4.2.0
This commit is contained in:
3
.github/workflows/build_debug_apk.yml
vendored
3
.github/workflows/build_debug_apk.yml
vendored
@@ -58,6 +58,7 @@ jobs:
|
||||
with:
|
||||
name: Debug APK
|
||||
path: build/outputs/apk/lawnWithQuickstep/debug/*.apk
|
||||
|
||||
send-notifications:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'LawnchairLauncher/lawnchair'
|
||||
@@ -69,7 +70,7 @@ jobs:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install Python packages
|
||||
|
||||
3
.github/workflows/build_release_apk.yml
vendored
3
.github/workflows/build_release_apk.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
||||
with:
|
||||
name: Release APK
|
||||
path: build/outputs/apk/lawnWithQuickstep/release/*.apk
|
||||
|
||||
send-notifications:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'LawnchairLauncher/lawnchair'
|
||||
@@ -49,7 +50,7 @@ jobs:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
- name: Install Python packages
|
||||
|
||||
2
.github/workflows/release_update.yml
vendored
2
.github/workflows/release_update.yml
vendored
@@ -85,7 +85,7 @@ jobs:
|
||||
name: Release APK
|
||||
path: artifacts/release-apk
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.x
|
||||
- name: Install Python packages
|
||||
|
||||
Reference in New Issue
Block a user