chore: Bump actions/checkout from 3 to 4 (#225)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-01-16 17:33:45 +03:00 committed by GitHub
parent 839ec0eb05
commit e1a925f1a0
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: |