Skip to content

Commit

Permalink
Merge pull request #176 from voku/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v3
  • Loading branch information
voku committed Jun 9, 2022
2 parents f6c78e4 + 2e5a9d6 commit ec7b7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

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

0 comments on commit ec7b7b2

Please sign in to comment.