Skip to content

Commit 5b9feb5

Browse files
Add news (and test dev version of with-connect action)
1 parent f141e24 commit 5b9feb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: Rscript {0}
4848

4949
- name: Run integration tests
50-
uses: nealrichardson/with-connect@dev
50+
uses: posit-dev/with-connect@uv-tool
5151
env:
5252
CONNECTAPI_INTEGRATED: "true"
5353
with:

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- New `lock_content()` and `unlock_content()` functions for locking and unlocking
1616
content items. (#453)
1717
- Updated git-backed deployment functions to use v1 APIs (#459)
18+
- Removed `prefix` argument to `connect()` function, which was a convenience utility for testing. (#477)
1819

1920
# connectapi 0.8.0
2021

0 commit comments

Comments
 (0)