Skip to content

Commit 05b60ea

Browse files
authored
Merge pull request #18 from php5friends/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 24e9cd8 + e693bec commit 05b60ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
php: [ '5.3', '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
2424
dependencies: [ 'lowest', 'highest' ]
2525
steps:
26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727
- uses: shivammathur/setup-php@v2
2828
with:
2929
php-version: ${{ matrix.php }}

0 commit comments

Comments
 (0)