Merge pull request #83 from filamentphp/dependabot/github_actions/actions/checkout-6

chore(deps): bump actions/checkout from 4 to 6
This commit is contained in:
Dan Harrin
2026-02-13 08:39:07 +00:00
committed by GitHub
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ github.head_ref }}