chore(deps): update actions/checkout action to v6
Some checks failed
CI / check (pull_request) Failing after 1m48s
CI / build-and-cache (pull_request) Has been skipped
CI / Build & Push OpenClaw Image (pull_request) Has been skipped
CI / Deploy OpenClaw to Cluster (pull_request) Has been skipped

This commit is contained in:
2026-04-20 01:02:27 +00:00
parent af496ce9ca
commit ab732449db

View File

@@ -163,7 +163,7 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
steps:
- name: Checkout k3s-cluster-config
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: johno/k3s-cluster-config
token: ${{ secrets.CONFIG_REPO_TOKEN }}