Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
e16b90765a Update actions/checkout action to v6
All checks were successful
Validate Kubernetes Manifests / kubeconform (pull_request) Successful in 2m15s
2025-12-03 07:50:48 +00:00
2 changed files with 2 additions and 2 deletions

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: