Skip to content

Commit 4a31d1f

Browse files
authored
Update format-and-build.yml
Signed-off-by: Dan Harrin <git@danharrin.com>
1 parent 68ba2aa commit 4a31d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format-and-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout code
2323
# Uses a maintainer PAT so the auto-commit push can bypass branch protection;
2424
# the default GITHUB_TOKEN pushes as `github-actions[bot]` and gets rejected.
25-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.2 # zizmor: ignore[artipacked]
25+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 # zizmor: ignore[artipacked]
2626
with:
2727
token: ${{ secrets.GH_ACCESS_TOKEN || github.token }}
2828
- name: Cache Composer package downloads

0 commit comments

Comments
 (0)