diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-05 21:31:47 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2023-09-05 21:31:47 +0000 |
commit | 493517461eb5b14f4da950163d68a518d4d185a5 (patch) | |
tree | 655ce4e0e41fe4b610d7ad68627877e7ac335c99 /.github/workflows/semgrep.yml | |
parent | 7efc04d433345aea073bce1e231c20b0cb3d7610 (diff) |
build(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 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/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to '.github/workflows/semgrep.yml')
-rw-r--r-- | .github/workflows/semgrep.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 58ae4ed6..2164d6d1 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -16,5 +16,5 @@ jobs: container: image: returntocorp/semgrep steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: semgrep ci |