Skip to content

Commit

Permalink
chore(deps): update actions/setup-python action to v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent 05de66f commit 3a03df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-webapps-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python version
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v4.8.0
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: 'pip'
Expand Down

0 comments on commit 3a03df3

Please sign in to comment.