Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

Commit 5e54669

Browse files
Merge pull request #348 from dataware-tools/renovate/actions-checkout-3.x
Update actions/checkout action to v3
2 parents 8789dc4 + a5e8f22 commit 5e54669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 300
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212

1313
- name: Build test image
1414
env:
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 300
3232

3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535

3636
- name: Install Trivy
3737
run: |

0 commit comments

Comments
 (0)