Skip to content

Commit

Permalink
ci: update to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Sep 23, 2024
1 parent 84b53ae commit 3c7b86f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
dependency-version: ['', '--prefer-lowest']
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -34,7 +34,7 @@ jobs:
php: '7.3'
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup PHP ${{ matrix.php }}
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 3c7b86f

Please sign in to comment.