mirror of
https://github.com/wmariuss/awesome-devops.git
synced 2025-03-12 03:06:27 -04:00
Fix Python version for deploy workflow
This commit is contained in:
parent
43dd2f2684
commit
fdc17497bb
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -10,9 +10,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-python@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.7
|
||||
python-version: 3.13
|
||||
|
||||
- name: Build and deploy
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user