Skip to content

Commit fc07af1

Browse files
committed
Merge branch 'main' of github.com:zarr-developers/zarr-python into feature/rectilinear-chunk-grid
2 parents 6deb98e + 950066b commit fc07af1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_changelogs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1313

1414
- name: Install uv
15-
uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
15+
uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
1616

1717
- name: Check changelog entries
1818
run: uv run --no-sync python ci/check_changelog_entries.py

.github/workflows/issue-metrics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
SEARCH_QUERY: 'repo:zarr-developers/zarr-python is:issue created:${{ env.last_month }} -reason:"not planned"'
3636

3737
- name: Create issue
38-
uses: peter-evans/create-issue-from-file@v5
38+
uses: peter-evans/create-issue-from-file@v6
3939
with:
4040
title: Monthly issue metrics report
4141
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)