Browse Source

chore(deps): update actions/setup-python action to v5

dev
renovate[bot] GitHub 2 years ago
parent
commit
b5e9d687fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/upload_COS.yml

+ 2
- 2
.github/workflows/upload_COS.yml View File

@@ -21,7 +21,7 @@ jobs:
dotnet-version: 6.0.402
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9.2'
architecture: 'x64'
@@ -105,7 +105,7 @@ jobs:
dotnet-version: 6.0.x
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'



Loading…
Cancel
Save