Skip to content

Commit 5987010

Browse files
authored
adjust ci (#326)
1 parent e9f0807 commit 5987010

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ jobs:
3636
--health-retries 10
3737
3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
40+
with:
41+
persist-credentials: false
4042

4143
- name: Setup PHP
4244
uses: shivammathur/setup-php@v2
@@ -106,6 +108,8 @@ jobs:
106108
107109
steps:
108110
- uses: actions/checkout@v3
111+
with:
112+
persist-credentials: false
109113

110114
- name: Setup PHP
111115
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)