Skip to content

Commit 6fccafd

Browse files
authored
Merge pull request #4 from markcoleman/dependabot/github_actions/actions/checkout-5
2 parents 8ad2d0f + 0b2fbb2 commit 6fccafd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
--health-start-period=30s
3434
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737

3838
- name: Setup .NET
3939
uses: actions/setup-dotnet@v5
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Checkout repository
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474

7575
- name: Log in to Container Registry
7676
uses: docker/login-action@v3
@@ -105,7 +105,7 @@ jobs:
105105
if: github.event_name == 'push'
106106

107107
steps:
108-
- uses: actions/checkout@v4
108+
- uses: actions/checkout@v5
109109

110110
- name: Run Trivy vulnerability scanner
111111
uses: aquasecurity/trivy-action@master

0 commit comments

Comments
 (0)