diff options
Diffstat (limited to '.github/workflows/regen_push.yml')
| -rw-r--r-- | .github/workflows/regen_push.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/regen_push.yml b/.github/workflows/regen_push.yml index 8f22e931f1..4798e86c59 100644 --- a/.github/workflows/regen_push.yml +++ b/.github/workflows/regen_push.yml @@ -19,7 +19,7 @@ jobs: - name: Disable safe.directory check run : git config --global --add safe.directory '*' - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run qmk generators run: | |