File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
13
14
14
- name : Install uv
15
- uses : astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7 .0
15
+ uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # v6.8 .0
16
16
17
17
- name : Check changelog entries
18
18
run : uv run --no-sync python ci/check_changelog_entries.py
Original file line number Diff line number Diff line change 35
35
SEARCH_QUERY : ' repo:zarr-developers/zarr-python is:issue created:${{ env.last_month }} -reason:"not planned"'
36
36
37
37
- name : Create issue
38
- uses : peter-evans/create-issue-from-file@v5
38
+ uses : peter-evans/create-issue-from-file@v6
39
39
with :
40
40
title : Monthly issue metrics report
41
41
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments