@@ -61,15 +61,15 @@ jobs:
6161 env :
6262 GITHUB_CONTEXT : ${{ toJson(github) }}
6363 run : echo "$GITHUB_CONTEXT"
64- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
64+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6565 with :
6666 persist-credentials : false
6767 - name : Set up Python
6868 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
6969 with :
7070 python-version : ${{ matrix.python-version }}
7171 - name : Setup uv
72- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
72+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
7373 with :
7474 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
7575 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
8080 uv.lock
8181 # Allow debugging with tmate
8282 - name : Setup tmate session
83- uses : mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.23
83+ uses : mxschmitt/action-tmate@35b54afac29c97fb54faba5b513f8fbd1882f113 # v3.24
8484 if : ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.debug_enabled == 'true' }}
8585 with :
8686 limit-access-to-actor : true
@@ -108,14 +108,14 @@ jobs:
108108 env :
109109 GITHUB_CONTEXT : ${{ toJson(github) }}
110110 run : echo "$GITHUB_CONTEXT"
111- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
112112 with :
113113 persist-credentials : false
114114 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
115115 with :
116116 python-version-file : " .python-version"
117117 - name : Setup uv
118- uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
118+ uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
119119 with :
120120 # Before upgrading uv version, make sure astral-sh/setup-uv knows its checksum.
121121 # See: https://github.com/astral-sh/setup-uv/issues/851#issuecomment-4282017837
0 commit comments