diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-11-03 14:06:38 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-03 14:06:38 +0000 |
| commit | b8b5d4094f4c1a34ca58d1acbaab2650df7fb228 (patch) | |
| tree | 70d341b4cc8b58a7bd5fd69cfb21c689a1f5b47c /.github/workflows/codeql-analysis.yml | |
| parent | 36efd018e2d297636a3aa2799d214a8675a14e0c (diff) | |
| download | mruby-b8b5d4094f4c1a34ca58d1acbaab2650df7fb228.tar.gz mruby-b8b5d4094f4c1a34ca58d1acbaab2650df7fb228.zip | |
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [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.3.5...v2.4.0)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 28bcb3ae5..184ca54c3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout repository - uses: actions/[email protected] + 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. |
