Skip to content

Commit 308ec6a

Browse files
setup-python v4
1 parent fb444a8 commit 308ec6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
fetch-depth: 0
9393

9494
- name: Set up Python ${{ matrix.python }}
95-
uses: actions/setup-python@v2
95+
uses: actions/setup-python@v4
9696
with:
9797
python-version: ${{ matrix.python }}
9898

@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
fetch-depth: 0
126126

127-
- uses: actions/setup-python@v2
127+
- uses: actions/setup-python@v4
128128
with:
129129
python-version: "3.8"
130130

0 commit comments

Comments
 (0)