Skip to content

Commit 2349829

Browse files
committed
Bump actions/setup-python to v4
1 parent f6e0a2f commit 2349829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v1
1010

1111
- name: Set up Python ${{ matrix.python-version }}
12-
uses: actions/setup-python@v2
12+
uses: actions/setup-python@v4
1313
with:
1414
python-version: "3.10"
1515

0 commit comments

Comments
 (0)