Skip to content

Commit 583fade

Browse files
authored
actions/setup-python@v4
1 parent e90760d commit 583fade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- uses: actions/checkout@v1
7676

7777
- name: Set up Python ${{ matrix.python-version }}
78-
uses: actions/setup-python@v1
78+
uses: actions/setup-python@v4
7979
with:
8080
python-version: ${{ matrix.python-version }}
8181

0 commit comments

Comments
 (0)