Skip to content

Commit

Permalink
Update actions/setup-python action to v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent 0e2976e commit 1a70d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2

- name: Setup Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.4
with:
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
python-version: 3.10.0
Expand Down

0 comments on commit 1a70d30

Please sign in to comment.