Skip to content

Commit

Permalink
Change from actions/checkout v3 to v4 to remove node warnings
Browse files Browse the repository at this point in the history
Signed-off-by: John Mertic <[email protected]>
  • Loading branch information
jmertic authored Feb 1, 2024
1 parent 9d1bc66 commit 1aa481a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: "Validate landscape.yml file"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cncf/landscape2-validate-action@v2
with:
target_kind: data
Expand Down

0 comments on commit 1aa481a

Please sign in to comment.