Skip to content

Commit

Permalink
Merge pull request #673 from eesast/renovate/actions-setup-python-5.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-python action to v5
  • Loading branch information
shangfengh authored Dec 23, 2023
2 parents bb67046 + b5e9d68 commit 3f67e0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_COS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 3f67e0f

Please sign in to comment.