Merge pull request #1366 from jonnybarnes/dependabot/github_actions/actions/checkout-4
build(deps): Bump actions/checkout from 3 to 4
This commit is contained in:
commit
1429563b74
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pint.yml
vendored
2
.github/workflows/pint.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup PHP with pecl extensions
|
- name: Setup PHP with pecl extensions
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
|
|
Loading…
Add table
Reference in a new issue