Skip to content

Commit 4194951

Browse files
chore(deps): update actions/setup-python action to v4 (#1825)
Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent f0fa246 commit 4194951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
git checkout -b update-discovery-artifacts-${{ steps.date.outputs.current_date }}
4242
4343
- name: Set up Python 3.9
44-
uses: actions/setup-python@v3
44+
uses: actions/setup-python@v4
4545
with:
4646
python-version: 3.9
4747

0 commit comments

Comments
 (0)