File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 outputs :
2222 docs : ${{ steps.filter.outputs.docs }}
2323 steps :
24- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 # For pull requests it's not necessary to checkout the code but for the main branch it is
2626 with :
2727 persist-credentials : false
@@ -52,15 +52,15 @@ jobs:
5252 env :
5353 GITHUB_CONTEXT : ${{ toJson(github) }}
5454 run : echo "$GITHUB_CONTEXT"
55- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
55+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5656 with :
5757 persist-credentials : false
5858 - name : Set up Python
5959 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6060 with :
6161 python-version-file : " .python-version"
6262 - name : Setup uv
63- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
63+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
6464 with :
6565 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
6666 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change 2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626 with :
2727 ref : ${{ github.event.repository.default_branch }}
2828 persist-credentials : true
3131 with :
3232 python-version-file : " .python-version"
3333 - name : Install uv
34- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
34+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
3535 with :
3636 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3737 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626 with :
2727 persist-credentials : false
2828 - name : Set up Python
2929 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3030 with :
3131 python-version-file : " .python-version"
3232 - name : Setup uv
33- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
33+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
3434 with :
3535 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3636 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ jobs:
2828 env :
2929 GITHUB_CONTEXT : ${{ toJson(github) }}
3030 run : echo "$GITHUB_CONTEXT"
31- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3232 with :
3333 # To allow latest-changes to commit to the main branch
3434 token : ${{ secrets.TYPER_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
3535 persist-credentials : true # required by tiangolo/latest-changes
3636 # Allow debugging with tmate
3737 - name : Setup tmate session
38- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
38+ uses : mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24
3939 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
4040 with :
4141 limit-access-to-actor : true
Original file line number Diff line number Diff line change 2121 env :
2222 GITHUB_CONTEXT : ${{ toJson(github) }}
2323 run : echo "$GITHUB_CONTEXT"
24- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2525 name : Checkout PR for own repo
2626 if : env.HAS_SECRETS == 'true'
2727 with :
3434 token : ${{ secrets.PRE_COMMIT }} # zizmor: ignore[secrets-outside-env]
3535 persist-credentials : true # Required for `git push` command
3636 # pre-commit lite ci needs the default checkout configs to work
37- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838 name : Checkout PR for fork
3939 if : env.HAS_SECRETS == 'false'
4040 with :
4747 with :
4848 python-version-file : " .python-version"
4949 - name : Setup uv
50- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
50+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
5151 with :
5252 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
5353 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change 3434 env :
3535 GITHUB_CONTEXT : ${{ toJson(github) }}
3636 run : echo "$GITHUB_CONTEXT"
37- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
37+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3838 with :
3939 token : ${{ secrets.TYPER_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
4040 persist-credentials : true
4343 with :
4444 python-version-file : " .python-version"
4545 - name : Install uv
46- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
46+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
4747 with :
4848 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
4949 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919 env :
2020 GITHUB_CONTEXT : ${{ toJson(github) }}
2121 run : echo "$GITHUB_CONTEXT"
22- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2323 with :
2424 persist-credentials : false
2525 - name : Set up Python
2626 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727 with :
2828 python-version-file : " .python-version"
2929 - name : Install uv
30- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
30+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
3131 with :
3232 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3333 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 env :
2121 GITHUB_CONTEXT : ${{ toJson(github) }}
2222 run : echo "$GITHUB_CONTEXT"
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 persist-credentials : false
2626 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2727 with :
2828 python-version-file : " .python-version"
2929 - name : Setup uv
30- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
30+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
3131 with :
3232 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3333 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 continue-on-error : true
1717 timeout-minutes : 10
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2020 with :
2121 persist-credentials : false
2222 - name : Checkout CPython main
23- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 persist-credentials : false
2626 repository : python/cpython
3333 cd ./.cpython
3434 ./configure && make -j $(nproc)
3535 - name : Setup uv
36- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
36+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
3737 with :
3838 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
3939 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_CONTEXT : ${{ toJson(github) }}
2222 run : echo "$GITHUB_CONTEXT"
23- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424 with :
2525 persist-credentials : false
2626 - name : Set up Python
You can’t perform that action at this time.
0 commit comments