File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -73,18 +73,19 @@ jobs:
73
73
echo "text_app_ref=$text_app_ref" >> $GITHUB_ENV
74
74
75
75
- name : Checkout text app
76
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
76
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
77
77
with :
78
78
repository : nextcloud/text
79
79
path : apps/text
80
80
ref : ${{ env.text_app_ref }}
81
81
82
82
- name : Checkout circles app
83
- uses : actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0
83
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
84
84
with :
85
+ persist-credentials : false
85
86
repository : nextcloud/circles
86
87
path : apps/circles
87
- ref : ${{ env .server-versions }}
88
+ ref : ${{ matrix .server-versions }}
88
89
89
90
- name : Checkout app
90
91
uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments