Skip to content

Commit 0f1d93a

Browse files
committed
Update third-party GitHub Actions for Node.js 24 compatibility
- astral-sh/setup-uv v3 → v7 - peter-evans/create-pull-request v7 → v8 - cloudsmith-io/cloudsmith-cli-action v1.0.8 → v2.0.2
1 parent 5f90f89 commit 0f1d93a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish-cloudsmith.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
GH_REPO: quarto-dev/quarto-cli
176176

177177
- name: Install and authenticate Cloudsmith CLI
178-
uses: cloudsmith-io/cloudsmith-cli-action@v1.0.8
178+
uses: cloudsmith-io/cloudsmith-cli-action@v2.0.2
179179
with:
180180
api-key: ${{ secrets.CLOUDSMITH_API_KEY }}
181181

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
shell: Rscript {0}
183183

184184
- name: Install uv for Python
185-
uses: astral-sh/setup-uv@v3
185+
uses: astral-sh/setup-uv@v7
186186
with:
187187
version: "0.9.5"
188188
enable-cache: true

.github/workflows/update-test-timing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- name: Create Pull Request for new tests timing
3535
id: cpr
36-
uses: peter-evans/create-pull-request@v7
36+
uses: peter-evans/create-pull-request@v8
3737
with:
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
add-paths: tests/timing-for-ci.txt

0 commit comments

Comments
 (0)