Skip to content

Commit

Permalink
Merge pull request #50 from pulumiverse/renovate/actions-setup-python…
Browse files Browse the repository at this point in the history
…-5.x

Update actions/setup-python action to v5
  • Loading branch information
ringods authored Jul 15, 2024
2 parents 8c18ad8 + 9d11e2a commit b219d2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHONVERSION }}
- name: Download provider + tfgen binaries
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHONVERSION }}
- name: Download provider + tfgen binaries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
with:
dotnet-version: ${{ env.DOTNETVERSION }}
- name: Setup Python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.1.1
with:
python-version: ${{ env.PYTHONVERSION }}
- name: Build SDK
Expand Down

0 comments on commit b219d2b

Please sign in to comment.