Skip to content

Commit

Permalink
chore(ci): bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
maaaathis committed Aug 14, 2024
1 parent 863ef0e commit 3a7ab5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Validate composer.json and composer.lock
run: composer validate --strict
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: php-actions/composer@v6

Expand Down

0 comments on commit 3a7ab5e

Please sign in to comment.