We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6deb98e + 950066b commit fc07af1Copy full SHA for fc07af1
2 files changed
.github/workflows/check_changelogs.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
13
14
- name: Install uv
15
- uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6.7.0
+ uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
16
17
- name: Check changelog entries
18
run: uv run --no-sync python ci/check_changelog_entries.py
.github/workflows/issue-metrics.yml
@@ -35,7 +35,7 @@ jobs:
35
SEARCH_QUERY: 'repo:zarr-developers/zarr-python is:issue created:${{ env.last_month }} -reason:"not planned"'
36
37
- name: Create issue
38
- uses: peter-evans/create-issue-from-file@v5
+ uses: peter-evans/create-issue-from-file@v6
39
with:
40
title: Monthly issue metrics report
41
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments