File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 persist-credentials : false
2323
2424 - name : Install uv
25- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
25+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2626
2727 - name : Check zarr-python changelog entries
2828 run : uv run --no-sync python ci/check_changelog_entries.py
Original file line number Diff line number Diff line change 3232 with :
3333 version : ' 1.16.5'
3434 - name : Run the benchmarks
35- uses : CodSpeedHQ/action@a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f # v4.18.1
35+ uses : CodSpeedHQ/action@f99becdce5e5d51fd556489ebef684f4ecfd6286 # v4.18.5
3636 with :
3737 mode : walltime
3838 run : hatch run test.py3.12-minimal:pytest tests/benchmarks --codspeed
Original file line number Diff line number Diff line change 2222 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2323 with :
2424 persist-credentials : false
25- - uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
25+ - uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
2626 - run : uv sync --group docs
2727 # Fast source-level guards that need no built site, so they run before the (slower)
2828 # build for a quick failure: every public export is in the API reference, and no
Original file line number Diff line number Diff line change 4545 python-version : ' 3.13'
4646
4747 - name : Install uv
48- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
48+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
4949
5050 - name : Install xarray and test dependencies
5151 working-directory : xarray
@@ -102,7 +102,7 @@ jobs:
102102 python-version : ' 3.13'
103103
104104 - name : Install uv
105- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
105+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
106106
107107 - name : Install numcodecs with test-zarr-main group
108108 working-directory : numcodecs
Original file line number Diff line number Diff line change 6262 python-version : ${{ matrix.python-version }}
6363 cache : ' pip'
6464 - name : Install uv
65- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
65+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6666 - name : Install Hatch
6767 uses : pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
6868 with :
Original file line number Diff line number Diff line change 5757 python-version : ${{ matrix.python-version }}
5858 cache : ' pip'
5959 - name : Install uv
60- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
60+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
6161 - name : Install Hatch
6262 uses : pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
6363 with :
Original file line number Diff line number Diff line change 3333 echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
3434
3535 - name : Run issue-metrics tool
36- uses : github-community-projects/issue-metrics@44173f9e0a3b2144a777a10a340e4c09a25ac9f8 # v4.2.8
36+ uses : github-community-projects/issue-metrics@df8c49d20958f9345281fa2124858bd0ad227e1f # v5.0.0
3737 env :
3838 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939 SEARCH_QUERY : ' repo:zarr-developers/zarr-python is:issue created:${{ env.last_month }} -reason:"not planned"'
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 permissions :
1414 issues : write # required for peter-evans/create-issue-from-file
1515 steps :
16- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
16+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
1717 with :
1818 persist-credentials : false
1919
2020 - name : Link Checker
2121 id : lychee
22- uses : lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8 .0
22+ uses : lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9 .0
2323 with :
2424 fail : false
2525
Original file line number Diff line number Diff line change 2727 with :
2828 python-version : " 3.12"
2929 - name : Install uv
30- uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
30+ uses : astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
3131 with :
3232 enable-cache : true
3333 - uses : j178/prek-action@e98a699c41eb69ab013a45817a0406469a748f8d # v2.0.5
Original file line number Diff line number Diff line change 2121 pull-requests : write # Required to add labels to PRs
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1 .0
24+ - uses : actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2 .0
2525 with :
2626 repo-token : ${{ secrets.GITHUB_TOKEN }}
2727 sync-labels : true
You can’t perform that action at this time.
0 commit comments