File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
1717 package :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121 with :
2222 filter : blob:none
2323 fetch-depth : 0
2424 persist-credentials : false
2525 - name : Install uv
26- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
26+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2727 - name : Build package
2828 run : uv build
2929 - name : Check package
Original file line number Diff line number Diff line change 3232 PYTHON : ${{ matrix.python }}
3333
3434 steps :
35- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
35+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3636 with :
3737 persist-credentials : false
3838
Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ jobs:
1818 contents : read
1919 id-token : write # IMPORTANT: this permission is mandatory for trusted publishing
2020 steps :
21- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
21+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2222 with :
2323 filter : blob:none
2424 fetch-depth : 0
2525 persist-credentials : false
2626 - name : Install uv
27- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
27+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
2828 with :
2929 enable-cache : false
3030 - name : Build package
3131 run : uv build
3232 - name : Publish package distributions to PyPI
33- uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
33+ uses : pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
Original file line number Diff line number Diff line change 3636 run :
3737 shell : bash -el {0}
3838 steps :
39- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
39+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040 with :
4141 filter : blob:none
4242 fetch-depth : 0
4646 run : nvidia-smi
4747
4848 - name : Install uv
49- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
49+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
5050 with :
5151 cache-dependency-glob : pyproject.toml
5252
Original file line number Diff line number Diff line change 3131 - ubuntu-latest
3232
3333 steps :
34- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
34+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3535 with :
3636 filter : blob:none
3737 fetch-depth : 0
4040 run : |
4141 sudo apt-get update && sudo apt-get install -y libcairo2-dev pkg-config
4242 - name : Install uv
43- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
43+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
4444 with :
4545 cache-dependency-glob : pyproject.toml
4646 - name : Test
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ jobs:
2626 outputs :
2727 envs : ${{ steps.get-envs.outputs.envs }}
2828 steps :
29- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
29+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3030 with :
3131 filter : blob:none
3232 fetch-depth : 0
3333 persist-credentials : false
3434 - name : Install uv
35- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
35+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
3636 - name : Get test environments
3737 id : get-envs
3838 run : |
@@ -65,13 +65,13 @@ jobs:
6565 continue-on-error : ${{ contains(matrix.env.name, 'pre') }}
6666
6767 steps :
68- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
68+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6969 with :
7070 filter : blob:none
7171 fetch-depth : 0
7272 persist-credentials : false
7373 - name : Install uv
74- uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
74+ uses : astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
7575 with :
7676 python-version : ${{ matrix.env.python }}
7777 - name : create hatch environment
You can’t perform that action at this time.
0 commit comments