summaryrefslogtreecommitdiff
path: root/.github/workflows/docs.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-29 16:44:54 +1000
committerGitHub <noreply@github.com>2022-06-29 16:44:54 +1000
commit58f4e195032c45d2152a8263de72a76012c0942c (patch)
tree1a736a70d360cf5b485bb35282ad4753410d89f7 /.github/workflows/docs.yml
parentb37a59a967e2ec2d95a2fb59e9bbdfa749f10541 (diff)
Bump actions/checkout from 2 to 3 (#17496)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/docs.yml')
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 1ee3ae3964..3a5a73e009 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -20,7 +20,7 @@ jobs:
if: github.repository == 'qmk/qmk_firmware'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 1