mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-02-03 18:45:32 +08:00
⬆️ Upgrade actions/setup-python action to v6 (#559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/Release.yml
vendored
2
.github/workflows/Release.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
enable-cache: true
|
||||
|
||||
- name: 'Set up Python'
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version-file: '.python-version'
|
||||
|
||||
|
||||
2
.github/workflows/TypeCheck.yml
vendored
2
.github/workflows/TypeCheck.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
enable-cache: true
|
||||
|
||||
- name: 'Set up Python'
|
||||
uses: actions/setup-python@v5
|
||||
uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version-file: '.python-version'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user