Skip to content

Commit

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

Update actions/setup-python action to v4.8.0
  • Loading branch information
ringods committed May 7, 2024
2 parents d0dcc1b + 489d7d1 commit c95f236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
with:
dotnet-version: ${{matrix.dotnetverson}}
- name: Setup Python
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v4.8.0
with:
python-version: ${{matrix.pythonversion}}
- name: Build SDK
Expand Down

0 comments on commit c95f236

Please sign in to comment.