mirror of
https://github.com/thinkonmay/sunshine-sdk.git
synced 2025-12-31 11:29:07 +00:00
Merge pull request #179 from SunshineStream/dependabot/github_actions/nightly/actions/setup-python-4
Bump actions/setup-python from 3 to 4
This commit is contained in:
commit
676b5559ec
2
.github/workflows/localize.yml
vendored
2
.github/workflows/localize.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Install Python 3.9
|
||||
uses: actions/setup-python@v3 # https://github.com/actions/setup-python
|
||||
uses: actions/setup-python@v4 # https://github.com/actions/setup-python
|
||||
with:
|
||||
python-version: '3.9'
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user