mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
🔧 Update GitHub Actions to latest versions
- Update actions/setup-node@v3 to @v4 - Update actions/setup-python@v2 to @v5 - Update actions/checkout@v3 to @v4 - Replace deprecated create-release/upload-release-asset with action-gh-release - Eliminate deprecation warnings and improve reliability
This commit is contained in:
@@ -50,12 +50,12 @@ jobs:
|
||||
name: Create binary on ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Clone client
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-tags: true
|
||||
|
||||
- name: Install Python 3.11
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.11.x"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user