@@ -39,24 +39,24 @@ jobs:
3939 # We need to keep Python 3.9 for consistent vendoring with tox.
4040 python-version : " 3.9"
4141 - name : Check Formatting, Lints and Types
42- uses : pantsbuild /actions/run-tox@b16b9cf47cd566acfe217b1dafc5b452e27e6fd7
42+ uses : pex-tool /actions/run-tox@c53dadd8b410bbd66480de91067e9e45d2b3af38
4343 with :
4444 tox-env : format-check,lint-check,typecheck
4545 - name : Check Enum Types
4646 run : |
4747 BASE_MODE=pull ./dtox.sh -e enum-check -- -v --require-py27
4848 - name : Check Vendoring
49- uses : pantsbuild /actions/run-tox@b16b9cf47cd566acfe217b1dafc5b452e27e6fd7
49+ uses : pex-tool /actions/run-tox@c53dadd8b410bbd66480de91067e9e45d2b3af38
5050 with :
5151 tox-env : vendor-check
5252 - name : Check Packaging
53- uses : pantsbuild /actions/run-tox@b16b9cf47cd566acfe217b1dafc5b452e27e6fd7
53+ uses : pex-tool /actions/run-tox@c53dadd8b410bbd66480de91067e9e45d2b3af38
5454 with :
5555 tox-env : >-
5656 package -- --additional-format sdist --additional-format wheel --embed-docs --clean-docs
5757 --scies --gen-md-table-of-hash-and-size dist/hashes.md
5858 - name : Check Docs
59- uses : pantsbuild /actions/run-tox@b16b9cf47cd566acfe217b1dafc5b452e27e6fd7
59+ uses : pex-tool /actions/run-tox@c53dadd8b410bbd66480de91067e9e45d2b3af38
6060 with :
6161 tox-env : docs -- --linkcheck --pdf --clean-html
6262
@@ -171,7 +171,7 @@ jobs:
171171 with :
172172 python-version : " ${{ join(matrix.python-version, '.') }}"
173173 - name : Expose Pythons
174- uses : pantsbuild /actions/expose-pythons@e63d2d0e3c339bdffbe5e51e7c39550e3bc527bb
174+ uses : pex-tool /actions/expose-pythons@c53dadd8b410bbd66480de91067e9e45d2b3af38
175175 - name : Restore Cached Pyenv Interpreters
176176 id : restore-pyenv-interpreters
177177 uses : actions/cache/restore@v4
@@ -196,7 +196,7 @@ jobs:
196196 with :
197197 ssh-private-key : ${{ env.SSH_PRIVATE_KEY }}
198198 - name : Run Tests
199- uses : pantsbuild /actions/run-tox@b16b9cf47cd566acfe217b1dafc5b452e27e6fd7
199+ uses : pex-tool /actions/run-tox@c53dadd8b410bbd66480de91067e9e45d2b3af38
200200 with :
201201 path : repo/tox.ini
202202 python : ${{ matrix.tox-env-python }}
0 commit comments