Skip to content

Commit 5222224

Browse files
Update actions/checkout action to v4
1 parent bdc605d commit 5222224

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@v4.1.5
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@v4.1.5
3030

3131
- name: Get checkov
3232
run: pip install checkov
@@ -78,7 +78,7 @@ jobs:
7878
semantic_version: ${{ steps.semver.outputs.semantic_version }}
7979
steps:
8080
- name: Checkout repo
81-
uses: actions/checkout@v3
81+
uses: actions/checkout@v4
8282
with:
8383
fetch-depth: '0'
8484
- name: Semver run

0 commit comments

Comments
 (0)