File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 outputs :
1818 docs : ${{ steps.filter.outputs.docs }}
1919 steps :
20- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2121 # For pull requests it's not necessary to checkout the code but for the main branch it is
2222 with :
2323 persist-credentials : false
@@ -48,11 +48,11 @@ jobs:
4848 env :
4949 GITHUB_CONTEXT : ${{ toJson(github) }}
5050 run : echo "$GITHUB_CONTEXT"
51- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
51+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5252 with :
5353 persist-credentials : false
5454 - name : Set up Python
55- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
55+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5656 with :
5757 python-version-file : " .python-version"
5858 - name : Setup uv
6767 uv.lock
6868 - name : Install docs extras
6969 run : uv sync --locked --no-dev --group docs
70- - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
70+ - uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
7171 with :
7272 key : mkdocs-cards-${{ github.ref }}
7373 path : .cache
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ jobs:
2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
25+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2626 with :
2727 ref : ${{ github.event.repository.default_branch }}
2828 persist-credentials : true
2929 - name : Set up Python
30- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
30+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3131 with :
3232 python-version-file : " .python-version"
3333 - name : Install uv
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
2222 env :
2323 GITHUB_CONTEXT : ${{ toJson(github) }}
2424 run : echo "$GITHUB_CONTEXT"
25- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
25+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2626 with :
2727 persist-credentials : false
2828 - name : Set up Python
29- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
29+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3030 with :
3131 python-version-file : " .python-version"
3232 - name : Setup uv
Original file line number Diff line number Diff line change 2424 if : github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
2525 timeout-minutes : 5
2626 steps :
27- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
27+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2828 with :
2929 # To allow latest-changes to commit to the main branch
3030 token : ${{ secrets.SQLMODEL_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
Original file line number Diff line number Diff line change 1717 env :
1818 GITHUB_CONTEXT : ${{ toJson(github) }}
1919 run : echo "$GITHUB_CONTEXT"
20- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
20+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2121 name : Checkout PR for own repo
2222 if : env.HAS_SECRETS == 'true'
2323 with :
3030 token : ${{ secrets.PRE_COMMIT }} # zizmor: ignore[secrets-outside-env]
3131 persist-credentials : true # Required for `git push` command
3232 # pre-commit lite ci needs the default checkout configs to work
33- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
33+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3434 name : Checkout PR for fork
3535 if : env.HAS_SECRETS == 'false'
3636 with :
3939 fetch-depth : 0
4040 persist-credentials : false
4141 - name : Set up Python
42- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
42+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4343 with :
4444 python-version-file : " .python-version"
4545 - name : Setup uv
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 env :
3535 GITHUB_CONTEXT : ${{ toJson(github) }}
3636 run : echo "$GITHUB_CONTEXT"
37- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
37+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
3838 with :
3939 token : ${{ secrets.SQLMODEL_LATEST_CHANGES }} # zizmor: ignore[secrets-outside-env]
4040 persist-credentials : true
4141 - name : Set up Python
42- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
42+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
4343 with :
4444 python-version-file : " .python-version"
4545 - name : Install uv
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
2525 env :
2626 GITHUB_CONTEXT : ${{ toJson(github) }}
2727 run : echo "$GITHUB_CONTEXT"
28- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
28+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2929 with :
3030 persist-credentials : false
3131 - name : Set up Python
32- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
32+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
3333 with :
3434 python-version-file : " .python-version"
3535 - name : Install uv
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414 statuses : write
1515 timeout-minutes : 5
1616 steps :
17- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
17+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1818 with :
1919 persist-credentials : false
20- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
20+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2121 with :
2222 python-version-file : " .python-version"
2323 - name : Setup uv
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 env :
1717 GITHUB_CONTEXT : ${{ toJson(github) }}
1818 run : echo "$GITHUB_CONTEXT"
19- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2020 with :
2121 persist-credentials : false
2222 - name : Set up Python
23- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
23+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
2424 with :
2525 python-version-file : " .python-version"
2626 - name : Install build dependencies
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
5151 UV_PYTHON : ${{ matrix.python-version }}
5252 UV_RESOLUTION : ${{ matrix.uv-resolution }}
5353 steps :
54- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
54+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
5555 with :
5656 persist-credentials : false
5757 - name : Set up Python
58- uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
58+ uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
5959 with :
6060 python-version : ${{ matrix.python-version }}
6161 - name : Setup uv
@@ -95,10 +95,10 @@ jobs:
9595 runs-on : ubuntu-latest
9696 timeout-minutes : 5
9797 steps :
98- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
98+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
9999 with :
100100 persist-credentials : false
101- - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
101+ - uses : actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3 .0
102102 with :
103103 python-version-file : " .python-version"
104104 - name : Setup uv
You can’t perform that action at this time.
0 commit comments