Update actions/checkout action to v4 #4

Merged
Skitounet merged 1 commits from renovate/actions-checkout-4.x into main 2025-01-11 16:22:09 +00:00
Showing only changes of commit df1b0268c6 - Show all commits

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Build and Push with Kaniko
uses: aevea/action-kaniko@master