Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 1a70d30

Browse files
Update actions/setup-python action to v2.3.4
1 parent 0e2976e commit 1a70d30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@v2
2727

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

0 commit comments

Comments
 (0)