summaryrefslogtreecommitdiff
path: root/.github/workflows/develop_update.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-05 18:50:04 +0100
committerGitHub <noreply@github.com>2023-09-05 18:50:04 +0100
commit549708edfa044b39cdc055810bc11934af9b4d07 (patch)
treed0c8700598cc26c20621fa976f5b9eed700ba5b6 /.github/workflows/develop_update.yml
parent6aa3814f6e97e6efd78b145fcff2098a226f401e (diff)
Bump actions/checkout from 3 to 4 (#21907)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/develop_update.yml')
-rw-r--r--.github/workflows/develop_update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/develop_update.yml b/.github/workflows/develop_update.yml
index 9c041c42ec..afcda1fe98 100644
--- a/.github/workflows/develop_update.yml
+++ b/.github/workflows/develop_update.yml
@@ -15,7 +15,7 @@ jobs:
15 if: github.repository == 'qmk/qmk_firmware' 15 if: github.repository == 'qmk/qmk_firmware'
16 16
17 steps: 17 steps:
18 - uses: actions/checkout@v3 18 - uses: actions/checkout@v4
19 with: 19 with:
20 token: ${{ secrets.QMK_BOT_TOKEN }} 20 token: ${{ secrets.QMK_BOT_TOKEN }}
21 fetch-depth: 0 21 fetch-depth: 0