Skip to content

Commit

Permalink
Merge pull request #45 from openfoodfacts/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
teolemon authored May 1, 2024
2 parents b4df7ea + d1acd8a commit 4acae0f
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 @@ -17,7 +17,7 @@ jobs:
name: Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - ${{ matrix.dependency-version }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Setup PHP
Expand Down

0 comments on commit 4acae0f

Please sign in to comment.