Skip to content

Commit d13a335

Browse files
committed
chore(INF-912): bump deprecated node20 actions to node24 successors
Follow-up to the original INF-912 sweep covering action majors that still pinned node20 after merge of the first wave. Resulting pins: - astral-sh/setup-uv@v7
1 parent d9cb0f0 commit d13a335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

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
- name: Setup uv
22-
uses: astral-sh/setup-uv@v6
22+
uses: astral-sh/setup-uv@v7
2323
with:
2424
python-version: '3.10'
2525
- name: Install dependencies

0 commit comments

Comments
 (0)