diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-12 05:53:03 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-12 05:53:03 +0000 |
| commit | 800b534a35909248d47d2a15ccfcf7f9a02664e5 (patch) | |
| tree | dcd7e0f4e1933ce534bfb6b4c587820697dcf3ab /.github/workflows/codeql-analysis.yml | |
| parent | 955c7f703e2ee81d3b5bf1eec60ff2d24ee6da11 (diff) | |
| download | mruby-800b534a35909248d47d2a15ccfcf7f9a02664e5.tar.gz mruby-800b534a35909248d47d2a15ccfcf7f9a02664e5.zip | |
build(deps): bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.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/v2...v2.3.4)
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
| -rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 75f80a558..4b0be0ed0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/[email protected] with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. |
