Skip to content

Commit 3eb0de4

Browse files
authored
Update checkout action version in workflow
Signed-off-by: Dan Harrin <git@danharrin.com>
1 parent 52b95da commit 3eb0de4

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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.3 # zizmor: ignore[artipacked]
25+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # zizmor: ignore[artipacked]
2626
with:
2727
token: ${{ secrets.GH_ACCESS_TOKEN }}
2828
- name: Cache Composer package downloads

0 commit comments

Comments
 (0)