Skip to content

Commit 35d14ac

Browse files
authored
Update checkout action version in sync-docs.yml
Signed-off-by: Dan Harrin <git@danharrin.com>
1 parent 09ee339 commit 35d14ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sync-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# persist-credentials: true is required so the final `git push` to
1717
# filamentphp/mintlify-docs uses the GH_ACCESS_TOKEN written into
1818
# docs/.git/config. Subsequent steps in this job are maintainer-controlled.
19-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.3 # zizmor: ignore[artipacked]
19+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # zizmor: ignore[artipacked]
2020
with:
2121
repository: filamentphp/mintlify-docs
2222
token: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)