Skip to content

Commit bc1654f

Browse files
committed
fix: Update circles in cypress workflow
Signed-off-by: Enjeck C. <patrathewhiz@gmail.com>
1 parent 2eeff99 commit bc1654f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cypress-custom.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,19 @@ jobs:
7373
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
7474
7575
- name: Checkout text app
76-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
76+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7777
with:
7878
repository: nextcloud/text
7979
path: apps/text
8080
ref: ${{ env.text_app_ref }}
8181

8282
- name: Checkout circles app
83-
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
83+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8484
with:
85+
persist-credentials: false
8586
repository: nextcloud/circles
8687
path: apps/circles
87-
ref: ${{ env.server-versions }}
88+
ref: ${{ matrix.server-versions }}
8889

8990
- name: Checkout app
9091
uses: actions/checkout@v3

0 commit comments

Comments
 (0)