Skip to content

Commit

Permalink
adjust ci (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal authored Dec 12, 2024
1 parent e9f0807 commit 5987010
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
--health-retries 10
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -106,6 +108,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 5987010

Please sign in to comment.