There was an error while loading. Please reload this page.
1 parent 09ee339 commit 35d14acCopy full SHA for 35d14ac
1 file changed
.github/workflows/sync-docs.yml
@@ -16,7 +16,7 @@ jobs:
16
# persist-credentials: true is required so the final `git push` to
17
# filamentphp/mintlify-docs uses the GH_ACCESS_TOKEN written into
18
# docs/.git/config. Subsequent steps in this job are maintainer-controlled.
19
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6.0.3 # zizmor: ignore[artipacked]
+ uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 # zizmor: ignore[artipacked]
20
with:
21
repository: filamentphp/mintlify-docs
22
token: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments