diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f81c914..2b8eeff 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 }}