Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 23, 2024
1 parent 3ebbd20 commit 9893bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
curl -si https://s3-${S3_REGION}.amazonaws.com/${S3_BUCKET}/README
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 9893bfc

Please sign in to comment.