Skip to content

Commit 8a937af

Browse files
ryan-williamsclaude
andcommitted
Bump astral-sh/setup-uv@v6@v7 (clear Node 20 deprecation warning)
v6's `action.yml` targets Node 20 (deprecated); GitHub force-runs it on Node 24 and warns. v7 declares `node24` natively. (v7 is setup-uv's highest floating major tag — v8+ ship as full-version tags only.) Only `python-version` and `enable-cache` inputs are used — both stable across the bump. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GgLAzeRJeNeyizG4XHWRBK
1 parent 90a50fb commit 8a937af

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo "args=update -S -ccda $ym" >> "$GITHUB_OUTPUT"
8787
fi
8888
89-
- uses: astral-sh/setup-uv@v6
89+
- uses: astral-sh/setup-uv@v7
9090
if: steps.args.outputs.args || steps.args.outputs.missing
9191
with:
9292
python-version: '3.12'

.github/workflows/gbfs-compact.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v5
2121

22-
- uses: astral-sh/setup-uv@v6
22+
- uses: astral-sh/setup-uv@v7
2323
with:
2424
python-version: '3.12'
2525
enable-cache: true

.github/workflows/gbfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- uses: actions/checkout@v5
72-
- uses: astral-sh/setup-uv@v6
72+
- uses: astral-sh/setup-uv@v7
7373
- name: Install pyrmts-ops at the pinned rev
7474
run: |
7575
# Single source of truth: whatever `pyproject.toml` pins. Pasting

.github/workflows/infra-drift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
AWS_DEFAULT_REGION: us-east-1
2828
steps:
2929
- uses: actions/checkout@v5
30-
- uses: astral-sh/setup-uv@v6
30+
- uses: astral-sh/setup-uv@v7
3131
- name: Install pyrmts-ops at the pinned rev
3232
run: |
3333
# Same single-source-of-truth trick as gbfs.yml's d1-schema job:

.github/workflows/step.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
ref: ${{ env.GITHUB_REF }}
3131
fetch-depth: 1
32-
- uses: astral-sh/setup-uv@v6
32+
- uses: astral-sh/setup-uv@v7
3333
with:
3434
python-version: '3.12'
3535
enable-cache: true

.github/workflows/tripdata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v5
15-
- uses: astral-sh/setup-uv@v6
15+
- uses: astral-sh/setup-uv@v7
1616
with:
1717
python-version: '3.12'
1818
enable-cache: true

.github/workflows/www.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: 'pnpm'
2525
cache-dependency-path: www/pnpm-lock.yaml
2626
# uv for the Slack-deploy-notification step (`thrds`).
27-
- uses: astral-sh/setup-uv@v6
27+
- uses: astral-sh/setup-uv@v7
2828
- name: Install
2929
working-directory: www
3030
run: pnpm install

0 commit comments

Comments
 (0)