Skip to content

Commit

Permalink
chore: Bump actions/checkout from 3 to 4 (#225)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 16, 2024
1 parent 839ec0e commit e1a925f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: styfle/[email protected]

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node.js
uses: actions/setup-node@v4
Expand All @@ -71,7 +71,7 @@ jobs:
uses: styfle/[email protected]

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Trivy using install script
run: |
Expand Down

0 comments on commit e1a925f

Please sign in to comment.