Skip to content

Commit 40acbcb

Browse files
committed
Merge branch 'main' into ci/linux-arm
2 parents 0d85309 + 4ca3677 commit 40acbcb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
GH_TOKEN: ${{ github.token }}
155155

156156
- name: Install uv
157-
uses: astral-sh/setup-uv@v5.1.0
157+
uses: astral-sh/setup-uv@v5.2.1
158158
with:
159159
python-version: ${{ matrix.python-version }}
160160

.github/workflows/ci_tests_legacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
os: [ubuntu-20.04, ubuntu-22.04-arm, macos-13, windows-2019]
37+
os: [ubuntu-22.04, ubuntu-22.04-arm, macos-13, windows-2019]
3838
gmt_version: ['6.4']
3939
timeout-minutes: 30
4040
defaults:

.github/workflows/release-drafter.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
# Drafts your next Release notes as Pull Requests are merged into "main"
21-
- uses: release-drafter/release-drafter@v6.0.0
21+
- uses: release-drafter/release-drafter@v6.1.0
2222
with:
2323
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
2424
config-name: release-drafter.yml

0 commit comments

Comments
 (0)