File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 python-version : ["3.10", "3.11", "3.12"]
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
36+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3737 - name : Set up Python
38- uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
38+ uses : actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Install package (generated-model tests import it)
4848 runs-on : ubuntu-latest
4949 steps :
5050 - name : Checkout repository
51- uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
51+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
5252 - name : Install uv
53- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2 .0
53+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0 .0
5454 with :
5555 enable-cache : true
5656 - name : Regenerate models from the pinned spec version
You can’t perform that action at this time.
0 commit comments