diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-29 16:44:54 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 16:44:54 +1000 |
commit | 58f4e195032c45d2152a8263de72a76012c0942c (patch) | |
tree | 1a736a70d360cf5b485bb35282ad4753410d89f7 /.github/workflows/format.yml | |
parent | b37a59a967e2ec2d95a2fb59e9bbdfa749f10541 (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/format.yml')
-rw-r--r-- | .github/workflows/format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index ba0a86aa78..b6ce4063fe 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -19,7 +19,7 @@ jobs: container: qmkfm/qmk_cli steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: fetch-depth: 0 |