Skip to content

Commit 625ae17

Browse files
Update other workflows too
1 parent 04d7310 commit 625ae17

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
needs: website
3535

3636
- name: Build site
37-
uses: nealrichardson/with-connect
37+
uses: posit-dev/with-connect@main
3838
with:
3939
# Runs on the default version in the with-connect action
4040
license: ${{ secrets.CONNECT_LICENSE_FILE }}

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
needs: coverage
3030

3131
- name: Run coverage
32-
uses: nealrichardson/with-connect
32+
uses: posit-dev/with-connect@main
3333
env:
3434
CONNECTAPI_INTEGRATED: "true"
3535
with:

0 commit comments

Comments
 (0)