Update actions/checkout action to v6 - autoclosed #131

Closed
aggarwalakshun wants to merge 1 commits from renovate/actions-checkout-6.x into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e16b90765a - Show all commits

View File

@@ -15,7 +15,7 @@ jobs:
pacman -Syu --noconfirm kubeconform git yq nodejs npm pacman -Syu --noconfirm kubeconform git yq nodejs npm
- name: Checkout code - name: Checkout code
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0

View File

@@ -13,7 +13,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v5 uses: actions/checkout@v6
- name: Run Renovate - name: Run Renovate
env: env: