diff options
| author | QMK Bot <hello@qmk.fm> | 2023-09-05 17:50:41 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2023-09-05 17:50:41 +0000 |
| commit | 3472536796ef95905e8f17b33067e9cd846ece94 (patch) | |
| tree | d1e99ebca40c2f7435b9c3ce49d5b20dcad83d35 /.github/workflows/api.yml | |
| parent | 67c366850e6951f32f4a214a8c0c11fce2101ec7 (diff) | |
| parent | 549708edfa044b39cdc055810bc11934af9b4d07 (diff) | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows/api.yml')
| -rw-r--r-- | .github/workflows/api.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 38c1cfe506..db78f16112 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -25,7 +25,7 @@ jobs: if: github.repository == 'qmk/qmk_firmware' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 1 persist-credentials: false |
