summaryrefslogtreecommitdiff
path: root/.github/workflows/feature_branch_update.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/feature_branch_update.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/feature_branch_update.yml')
-rw-r--r--.github/workflows/feature_branch_update.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml
index 98d3616ad1..80891edb01 100644
--- a/.github/workflows/feature_branch_update.yml
+++ b/.github/workflows/feature_branch_update.yml
@@ -17,7 +17,7 @@ jobs:
- xap
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
token: ${{ secrets.QMK_BOT_TOKEN }}
fetch-depth: 0