Skip to content

Commit

Permalink
Merge pull request metal3-io#1297 from metal3-io/renovate/actions-che…
Browse files Browse the repository at this point in the history
…ckout-4.x

Update actions/checkout action to v4
  • Loading branch information
metal3-io-bot authored Sep 11, 2023
2 parents 8b517f3 + 1370857 commit 5ee416e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kubesec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Collect all yaml
id: list_yaml
Expand All @@ -39,7 +39,7 @@ jobs:
value: ${{ fromJson(needs.setup.outputs.matrix) }}
steps:
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Run kubesec scanner
uses: controlplaneio/kubesec-action@43d0ddff5ffee89a6bb9f29b64cd865411137b14
Expand Down

0 comments on commit 5ee416e

Please sign in to comment.