mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
Merge pull request #42 from filamentphp/dependabot/github_actions/actions/checkout-4
chore(deps): bump actions/checkout from 3 to 4
This commit is contained in:
2
.github/workflows/fix-php-code-styling.yml
vendored
2
.github/workflows/fix-php-code-styling.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user