Skip to content

Commit 8e78ce3

Browse files
authored
Merge pull request #366 from OpenBankProject/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 5d75cb8 + fd71d08 commit 8e78ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
- id: trivy-db
2121
name: Check trivy db sha
2222
env:

0 commit comments

Comments
 (0)