Update actions/checkout action to v6
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 2m15s
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 2m15s
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user