File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 persist-credentials : false
2626 - name : Set up Python ${{ env.LATEST_SUPPORTED_PY }}
27- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
27+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2828 with :
2929 python-version : ${{ env.LATEST_SUPPORTED_PY }}
3030 - name : Run lint verification
4141 with :
4242 persist-credentials : false
4343 - name : Set up Python ${{ env.LATEST_SUPPORTED_PY }}
44- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
44+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
4545 with :
4646 python-version : ${{ env.LATEST_SUPPORTED_PY }}
4747 - name : Run mypy verification
7575 with :
7676 persist-credentials : false
7777 - name : Set up Python ${{ matrix.python-version }}
78- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
78+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
7979 with :
8080 python-version : ${{ matrix.python-version }}
8181 cache : pip
Original file line number Diff line number Diff line change 2424 persist-credentials : false
2525
2626 - name : Set up Python
27- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
27+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
2828 with :
2929 python-version : " 3.x"
3030
You can’t perform that action at this time.
0 commit comments