Skip to content

Commit c30ee44

Browse files
committed
fix with-connect ref
1 parent 5a02171 commit c30ee44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: nealrichardson/with-connect
5151
env:
5252
CONNECTAPI_INTEGRATED: "true"
5353
with:

.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@dev
37+
uses: nealrichardson/with-connect
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@dev
32+
uses: nealrichardson/with-connect
3333
env:
3434
CONNECTAPI_INTEGRATED: "true"
3535
with:

0 commit comments

Comments
 (0)