chore: 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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-16 13:49:05 +00:00 committed by GitHub
parent 0025c3f21b
commit 5762c9cc66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
uses: styfle/cancel-workflow-action@0.12.0
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Node.js
uses: actions/setup-node@v4
@ -71,7 +71,7 @@ jobs:
uses: styfle/cancel-workflow-action@0.12.0
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Trivy using install script
run: |