This repository was archived by the owner on Sep 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
2626 name : Typecheck, lint, and check code style
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v2
29+ - uses : actions/checkout@v3
3030
3131 - name : Set up Python
32- uses : actions/setup-python@v2
32+ uses : actions/setup-python@v4
3333 with :
3434 python-version : " 3.10"
3535
@@ -106,10 +106,10 @@ jobs:
106106 python : " 3.10"
107107
108108 steps :
109- - uses : actions/checkout@v2
109+ - uses : actions/checkout@v3
110110
111111 - name : Set up Python
112- uses : actions/setup-python@v2
112+ uses : actions/setup-python@v4
113113 with :
114114 python-version : ${{ matrix.python }}
115115
@@ -136,10 +136,10 @@ jobs:
136136 - pytest_integration_tests
137137
138138 steps :
139- - uses : actions/checkout@v2
139+ - uses : actions/checkout@v3
140140
141141 - name : Set up Python
142- uses : actions/setup-python@v2
142+ uses : actions/setup-python@v4
143143 with :
144144 python-version : " 3.10"
145145
You can’t perform that action at this time.
0 commit comments