Skip to content

Commit

Permalink
Merge pull request #14 from svpernova09/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

Bump actions/checkout from 1 to 4
  • Loading branch information
svpernova09 authored Apr 19, 2024
2 parents 6341f19 + c228eea commit 9c03762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
php: ['8.0']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@master
with:
Expand Down

0 comments on commit 9c03762

Please sign in to comment.