diff options
| author | QMK Bot | 2025-11-21 03:13:50 +0100 |
|---|---|---|
| committer | QMK Bot | 2025-11-21 03:13:50 +0100 |
| commit | 7edb4d2ed8228d7f5bfa32e001474f8c5b092767 (patch) | |
| tree | 6e2fe785f8bdc2391398681d071097b4fb84cbc1 /.github/workflows/regen_push.yml | |
| parent | 93274019a9fbca3ca3a7423221031990379226cc (diff) | |
| parent | 81cc69c2dd58da6cb21e86c2b630dc95e11e85d4 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
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 4798e86c59..df7e9970ea 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@v5 + - uses: actions/checkout@v6 - name: Run qmk generators run: | |