Skip to content

Commit

Permalink
Merge pull request #17 from kubewarden/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3
  • Loading branch information
viccuad authored Jul 10, 2023
2 parents ab165c6 + 8418060 commit 753a1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
-
name: Checkout code
if: env.image-exists != 'true'
uses: actions/checkout@v2
uses: actions/checkout@v3
-
name: Download and verify kubectl
if: env.image-exists != 'true'
Expand Down

0 comments on commit 753a1e1

Please sign in to comment.