commit | 1f4431101c294994dacab36245b7676687f7cd70 | [log] [tgz] |
---|---|---|
author | Tim 'mithro' Ansell <tansell@google.com> | Tue May 18 06:06:00 2021 -0700 |
committer | Tim 'mithro' Ansell <tansell@google.com> | Tue May 18 06:13:07 2021 -0700 |
tree | 594e3c0c04c6859afeed0fc6824515648b460c9b | |
parent | 2e85e4d5c995871e10b383a64102d91a865b9600 [diff] |
Use correct version of checkout action. Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
diff --git a/.github/workflows/checks-basic.yml b/.github/workflows/checks-basic.yml index 963eca4..a343a8e 100644 --- a/.github/workflows/checks-basic.yml +++ b/.github/workflows/checks-basic.yml
@@ -26,7 +26,7 @@ runs-on: ubuntu-latest steps: - - uses: actions/checkout@main + - uses: actions/checkout@v2 with: submodules: true