Skip to content

Commit 80ea4a9

Browse files
Update actions/checkout action to v3.4.0
1 parent bdc605d commit 80ea4a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
kyverno:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3.0.0
18+
- uses: actions/checkout@v3.4.0
1919

2020
- name: Get kyverno
2121
run: wget -q -O - https://github.com/kyverno/kyverno/releases/download/v1.5.4/kyverno-cli_v1.5.4_linux_x86_64.tar.gz | tar -C /usr/local/bin -xzf - kyverno
@@ -26,7 +26,7 @@ jobs:
2626
checkov:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v3.0.0
29+
- uses: actions/checkout@v3.4.0
3030

3131
- name: Get checkov
3232
run: pip install checkov

0 commit comments

Comments
 (0)